*** empty log message ***
This commit is contained in:
parent
7af8eb793f
commit
60fbc6c172
@ -18,7 +18,8 @@ run_test()
|
|||||||
output=`echo $script | sed 's/\.awk$/.out/g'`
|
output=`echo $script | sed 's/\.awk$/.out/g'`
|
||||||
./awk $script emp-en.data > "$output.$pid"
|
./awk $script emp-en.data > "$output.$pid"
|
||||||
|
|
||||||
diff -y $output "$output.$pid"
|
#diff -y $output "$output.$pid"
|
||||||
|
diff $output "$output.$pid"
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "###################################"
|
echo "###################################"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user