From 337d2cb032674a79e06f8e8d32c7583cea6541d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Fri, 1 Dec 2017 21:35:45 +0100 Subject: [PATCH] Correct filenames in test error output --- ttest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttest b/ttest index 9b2efb8..ecd1ab7 100755 --- a/ttest +++ b/ttest @@ -15,7 +15,7 @@ main() echo "tt_test tt_tests[] = {${tests}0};" >> $f.c outfile=`mktemp` - cc $f.c -o $outfile -ggdb -I $dir/include + cc $f.c -o $outfile -ggdb -I $dir/include 2>&1 | sed -e 's/\.tt\.c:/\.tt:/' $outfile $f rm $f.c $outfile done