Commit b8042c38 authored by Seth Howell's avatar Seth Howell Committed by Tomasz Zawadzki
Browse files

test: use human readable names in test logs.

parent 37100484
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -570,13 +570,13 @@ function run_test() {
	local test_name="$1"
	shift
	echo "************************************"
	echo "START TEST $test_type $*"
	echo "START TEST $test_type $test_name"
	echo "************************************"
	xtrace_restore
	time "$@"
	xtrace_disable
	echo "************************************"
	echo "END TEST $test_type $*"
	echo "END TEST $test_type $test_name"
	echo "************************************"
	xtrace_restore
}