(svn r13192) [NoAI] -Fix: ignore eol for regression noai
authorglx
Mon, 19 May 2008 22:28:27 +0000
branchnoai
changeset 10648 1ebb27f31a71
parent 10645 8cbdb511a674
child 10649 9034b80fdbdb
(svn r13192) [NoAI] -Fix: ignore eol for regression
bin/ai/regression/run.sh
--- 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