From 74e4734e7921cdd7a345026da67fe563b6c376e0 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Wed, 20 Nov 2024 16:29:45 -0800 Subject: [PATCH] test fix 2 --- tests/integration_tests_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests_run.sh b/tests/integration_tests_run.sh index fc0d0b9..9f12804 100755 --- a/tests/integration_tests_run.sh +++ b/tests/integration_tests_run.sh @@ -48,7 +48,7 @@ done echo "Checking results..." -$mypython $MARINE/tests/integration_tests_auto_check.py $MARINE/tests +$mypython $MARINE/tests/integration_tests_auto_check.py tests exitcode=$?