| author | glx |
| Mon, 19 May 2008 22:28:27 +0000 | |
| branch | noai |
| changeset 10648 | 1ebb27f31a71 |
| parent 10645 | 8cbdb511a674 |
| child 10649 | 9034b80fdbdb |
--- a/bin/ai/regression/run.sh Mon May 19 15:13:58 2008 +0000 +++ b/bin/ai/regression/run.sh Mon May 19 22:28:27 2008 +0000 @@ -22,7 +22,7 @@ fi if [ -z "$gdb" ]; then - res="`diff -u ai/regression/regression.txt tmp.regression`" + res="`diff -ub ai/regression/regression.txt tmp.regression`" if [ -z "$res" ]; then echo "Regression test passed!" else