diff --git a/.ci/run.sh b/.ci/run.sh index 5a0bf5de..115b96c4 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -19,7 +19,9 @@ function main() { echo python3 "${BASE_DIR}/run_tests.py" echo "---------" - python3 "${BASE_DIR}/run_tests.py" + # TEST + # python3 "${BASE_DIR}/run_tests.py" + python3 run_tests.py ((error_count += $?)) if [[ ${error_count} -gt 0 ]] ; then