commit 370629d73a5d7d73a95bbc2cb1c6c280e6c14243 from: Stefan Sperling date: Wed Jan 02 17:41:45 2019 UTC make successful cmdline test output match that of other tests commit - 3c90ba67bd13628905631c481278d265ed30aeb7 commit + 370629d73a5d7d73a95bbc2cb1c6c280e6c14243 blob - d585d9b49ff2ad547568fa364a31746e807e66bf blob + 00ace25b2ca2a630ed219a9d70ac227dd984d3ce --- regress/cmdline/common.sh +++ regress/cmdline/common.sh @@ -69,7 +69,7 @@ function test_cleanup function run_test { testfunc="$1" - echo "$testfunc" + echo -n "$testfunc " $testfunc } @@ -79,6 +79,7 @@ function test_done local result="$2" if [ "$result" == "0" ]; then test_cleanup "$testroot" + echo "ok" else echo "test failed; leaving test data in $testroot" fi