Commit d1ddb670 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Last commit was not complete.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd3a3769
......@@ -51,6 +51,7 @@ def runUnitTestList(test_list) :
if __name__ == '__main__' :
test_list = sys.argv[1:]
if len(test_list) == 0 :
print "No test to run, exiting immediately."
print "Usage : %s UnitTest1 UnitTest2 ..." % sys.argv[0]
sys.exit(1)
runUnitTestList(test_list=test_list)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment