diff options
Diffstat (limited to 'moon_pythonfunctest/run_func_test.sh')
-rwxr-xr-x | moon_pythonfunctest/run_func_test.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/moon_pythonfunctest/run_func_test.sh b/moon_pythonfunctest/run_func_test.sh deleted file mode 100755 index acd0e1e9..00000000 --- a/moon_pythonfunctest/run_func_test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -echo "Running functional tests :" - -#ls -l /data -ls -l /data/tests - -if [ -f /data/tests/functional_pod/run_functional_tests.sh ]; -then - echo "running script..." - bash /data/tests/functional_pod/run_functional_tests.sh; -fi - -echo "<END OF JOB>" - |