shithub: scc

Download patch

ref: 640caa73c7b211720c1ffa5cd81aba2ea63cb130
parent: 44a5a39c287b71997fa2e1cfac9433849f2ed0b4
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue May 22 17:58:05 EDT 2018

[tests/as] Remove verbose output from test.log

The output was too verbose.

--- a/tests/as/execute/test.sh
+++ b/tests/as/execute/test.sh
@@ -39,9 +39,5 @@
 }' |
 nl -b a > $tmp2
 
-printf "test.s\n"
-cat $tmp1
-printf "\nobjdump\n"
-cat $tmp2
-printf "\ndiff\n"
+echo diff
 diff -u $tmp1 $tmp2