shithub: scc

Download patch

ref: ac2bbe2c9e6a192cb7009a85f3801fc8c8e772aa
parent: a63b11584c3d43ddcc2080dca8ce692aa56c3d52
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Jan 7 11:54:43 EST 2016

Add name of the test in test.log

This information was lost in some previous commit

--- a/cc1/tests/chktest.sh
+++ b/cc1/tests/chktest.sh
@@ -15,6 +15,7 @@
 	     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]