[Erp5-report] r40524 luke - /erp5/trunk/utils/erp5.appliance.test/src/test.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 11:26:10 CET 2010


Author: luke
Date: Tue Nov 23 11:26:09 2010
New Revision: 40524

URL: http://svn.erp5.org?rev=40524&view=rev
Log:
 - find binary being run dynamically

Modified:
    erp5/trunk/utils/erp5.appliance.test/src/test.py

Modified: erp5/trunk/utils/erp5.appliance.test/src/test.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.appliance.test/src/test.py?rev=40524&r1=40523&r2=40524&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] (original)
+++ erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] Tue Nov 23 11:26:09 2010
@@ -612,7 +612,7 @@ class Config:
 
 def main212():
   """Test ERP5 Appliance for 2.12 with full checkout."""
-  usage = "usage: erp5app212test [options] RUN_DIRECTORY"
+  usage = "usage: %s [options] RUN_DIRECTORY" % sys.argv[0]
 
   try:
     # Parse arguments




More information about the Erp5-report mailing list