mailr7838 - /branches/multi_processor_merge/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 19, 2008 - 19:05:
Author: bugman
Date: Sun Oct 19 19:05:02 2008
New Revision: 7838

URL: http://svn.gna.org/viewcvs/relax?rev=7838&view=rev
Log:
Bug fix for the arguments() checking when not in uni-processor mode.


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=7838&r1=7837&r2=7838&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Sun Oct 19 19:05:02 2008
@@ -308,7 +308,7 @@
         # Multi-processor mode (not including the uni-processor).
         if options.multiprocessor != 'uni':
             # Exclusive modes.
-            if options.test_suite or options.unit_test:
+            if options.test_suite or options.unit_tests:
                 parser.error("the relax multi processor mode and executing 
the test suite are mutually exclusive")
             elif options.licence:
                 parser.error("the relax multi processor multi processor and 
licence are mutually exclusive")




Related Messages


Powered by MHonArc, Updated Sun Oct 19 19:20:02 2008