Author: adconrad
Date: 2015-03-19 20:45:53 +0000 (Thu, 19 Mar 2015)
New Revision: 6391

Modified:
   glibc-package/branches/glibc-2.21/debian/testsuite-checking/compare.sh
Log:
Fix display error in compare.sh

Modified: glibc-package/branches/glibc-2.21/debian/testsuite-checking/compare.sh
===================================================================
--- glibc-package/branches/glibc-2.21/debian/testsuite-checking/compare.sh      
2015-03-19 20:28:42 UTC (rev 6390)
+++ glibc-package/branches/glibc-2.21/debian/testsuite-checking/compare.sh      
2015-03-19 20:45:53 UTC (rev 6391)
@@ -32,7 +32,7 @@
   echo 
"+---------------------------------------------------------------------+"
   echo "| Passed regression testing.  Give yourself a hearty pat on the back. 
|"
   echo 
"+---------------------------------------------------------------------+"
-  for test in $results
+  for test in $(cat $results)
   do
     echo TEST $test:
     cat $builddir/$test.out


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to