mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
run-tests.sh: Print the test name correctly when VERBOSE=1
This commit is contained in:
parent
aaae37afba
commit
d8ea2f8c4b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ for test_path in $suite_srcdir/*; do
|
|||
rm -rf $test_log
|
||||
mkdir -p $test_log
|
||||
if [ $VERBOSE -eq 1 ]; then
|
||||
echo -n "$name... "
|
||||
echo -n "$test_name... "
|
||||
fi
|
||||
|
||||
if run_test; then
|
||||
|
|
Loading…
Add table
Reference in a new issue