X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=tests%2Frun_tests.sh;h=6255a69572bb2d232ea35955d8607269049ce392;hb=94c8a54eadbf8552fa4d33dc349616d125e1a638;hp=016ac446467771c4ffde9f53d483cd6845830497;hpb=f65e30c79a4425a5ec49f4785c44655d59986ca6;p=python_utils.git 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