[phc-internals] [phc] r3384 committed - Don't diff with expected results if there is only one file being teste...
phc at googlecode.com
phc at googlecode.com
Mon Oct 11 11:19:45 IST 2010
Revision: 3384
Author: paul.biggar
Date: Mon Oct 11 03:19:09 2010
Log: Don't diff with expected results if there is only one file being
tested.
http://code.google.com/p/phc/source/detail?r=3384
Modified:
/trunk/test/framework/driver.php
=======================================
--- /trunk/test/framework/driver.php Sat Oct 2 08:49:23 2010
+++ /trunk/test/framework/driver.php Mon Oct 11 03:19:09 2010
@@ -177,6 +177,10 @@
else $test->run ();
}
close_status_files ();
-diff_status_files($arguments, $opt_quick);
+
+if (!$opt_one)
+{
+ diff_status_files($arguments, $opt_quick);
+}
?>
More information about the phc-internals
mailing list