From 29b20cbea6e1c9bacb6ff1287fd507e4d2bcd8b4 Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Tue, 26 Sep 2023 16:24:14 -0500 Subject: [PATCH] Working on fixing CI for windows. --- .ci/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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