Skip to content

Commit

Permalink
Remove duplicate test name printout
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Aug 19, 2024
1 parent 076080a commit 98c74b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fi

for test in *_test.* ; do
test_out="$(mktemp "/tmp/csv2txf.${test}.XXXXXX")"
echo -n "Testing ${test} ... "
if [[ ${test} =~ _test.py ]] && [ -n "${PYTHON:-}" ]; then
echo -n "Testing ${test} (with ${PYTHON}) ... "
${PYTHON} "./${test}" > "${test_out}" 2>&1
Expand Down

0 comments on commit 98c74b8

Please sign in to comment.