From 57a917d630b18908ac0b83336b3b0692c5033f9a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 18 May 2007 15:34:28 +0200 Subject: tests: add ts_log and --verbose support Signed-off-by: Karel Zak --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run.sh') diff --git a/tests/run.sh b/tests/run.sh index 4a475d826..51b7f7383 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -11,7 +11,7 @@ rm -f *~ res=0 count=0 for ts in $(find -maxdepth 1 -regex "\./ts[^\.~]*" | sort); do - $TS_TOPDIR/$ts + $TS_TOPDIR/$ts "$1" res=$(( $res + $? )) count=$(( $count + 1 )) done -- cgit v1.2.3-55-g7522