make sure we output the right diff command
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 29 May 2008 09:06:42 -0700
changeset 3178 62e90655a935
parent 3177 8ce20d798105
child 3179 1763f7ac8e80
make sure we output the right diff command
wscript
--- a/wscript	Thu May 29 09:01:31 2008 -0700
+++ b/wscript	Thu May 29 09:06:42 2008 -0700
@@ -710,7 +710,7 @@
                 print "Traces in directory: traces"
                 print "Rerun regression test as: " + \
                     "\"./waf --regression --regression-tests=test-" + testName + "\""
-                print "Then do \"diff -u regression/traces regression/" + refTestDirName + \
+                print "Then do \"diff -u regression/" + refTestDirName + " regression/traces" \
                     "\" for details"
                 print "----------"
             return rc