##// END OF EJS Templates
run-tests: actually mark changed output as failure...
mpm@selenic.com -
r341:c0deea64 default
parent child Browse files
Show More
@@ -28,6 +28,7 b' for f in `ls test-* | grep -Ev "\\.|~"` ;'
28 echo $f output changed:
28 echo $f output changed:
29 diff -u $H/$f.out .out && true
29 diff -u $H/$f.out .out && true
30 cp .out $H/$f.err
30 cp .out $H/$f.err
31 fail=1
31 fi
32 fi
32
33
33 cd $H
34 cd $H
General Comments 0
You need to be logged in to leave comments. Login now