From e86ad7d43ba18c0bcdc374a5ab86a3d12a3c4669 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 2 Mar 2020 17:13:33 -0600 Subject: Say command name before test result with txpect too. --- scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/runtest.sh b/scripts/runtest.sh index 75872c9e..04af2f8b 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -178,7 +178,7 @@ do_fail() txpect() { # Run command with redirection through fifos - NAME="$1" + NAME="$CMDNAME $1" CASE= if [ $# -lt 2 ] || ! mkfifo in-$$ out-$$ err-$$ -- cgit v1.2.3