test.py
changeset 5403 530155ecdbcb
parent 5402 b73b6da8ead6
child 5412 00d7fe69d024
--- a/test.py	Fri Oct 09 12:54:54 2009 -0700
+++ b/test.py	Fri Oct 09 15:52:01 2009 -0700
@@ -1233,7 +1233,7 @@
     if len(options.xml):
         shutil.copyfile(xml_results_file, options.xml)
 
-    if passed_tests == total_tests:
+    if passed_tests + skipped_tests == total_tests:
         return 0 # success
     else:
         return 1 # catchall for general errors