Make the parallelize intergration test short enough to run at
[python_utils.git] / tests / run_tests.sh
index 016ac446467771c4ffde9f53d483cd6845830497..6255a69572bb2d232ea35955d8607269049ce392 100755 (executable)
@@ -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