From 65983ec2e03c97ca44e6374b226f796413bdc637 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 15:42:44 -0800 Subject: Make the parallelize intergration test short enough to run at checkin time and enable it. --- tests/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/run_tests.sh') diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 016ac44..6255a69 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -143,8 +143,8 @@ fi if [ ${INTEGRATION} -eq 1 ]; then for test in $(find ${ROOT} -name "*_itest.py" -print); do BASE=$(basename ${test}) - BASE="${BASE} (integration test)" - make_header "${BASE}" "${ORANGE}" + HDR="${BASE} (integration test)" + make_header "${HDR}" "${ORANGE}" if [ ${COVERAGE} -eq 1 ]; then coverage run --source ${HOME}/lib --append ${test} else -- cgit v1.3