commit ac2bbe2c9e6a192cb7009a85f3801fc8c8e772aa
parent a63b11584c3d43ddcc2080dca8ce692aa56c3d52
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 7 Jan 2016 16:54:43 +0100
Add name of the test in test.log
This information was lost in some previous commit
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cc1/tests/chktest.sh b/cc1/tests/chktest.sh
@@ -15,6 +15,7 @@ do
copyon==1 {print > "'$chk'"}' $i
../cc1 -I. -w $i > $out 2>&1
+ echo $i >> test.log
if diff -c $chk $out >> test.log
then
echo [OK]