# HG changeset patch # User Mathieu Lacage # Date 1212077202 25200 # Node ID 62e90655a935a4772d1e4a06c481f7e7ff46d234 # Parent 8ce20d798105b6453011369ac7ffdf5a5f631819 make sure we output the right diff command diff -r 8ce20d798105 -r 62e90655a935 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