diff options
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 519ade4b6..362cd9ec1 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -137,6 +137,10 @@ function run_test(){ "copper") python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py ;; + "moon") + # TODO put the link to Moon script to be run (if test runnable) here + ${repos_dir}/moon/tests/run_tests.sh + ;; *) echo "The test case '${test_name}' does not exist." exit 1 |