diff -r 839712f5a78c -r 24e4ef208cca sbsv2/raptor/test/common/run_tests.py --- a/sbsv2/raptor/test/common/run_tests.py Wed Jul 14 16:22:24 2010 +0800 +++ b/sbsv2/raptor/test/common/run_tests.py Wed Jul 14 14:50:01 2010 +0100 @@ -44,7 +44,7 @@ parser.add_option("-d", "--debug", action = "store_true", dest = "debug_mode", default = False, help = "Turns on debug-mode") parser.add_option("--test-home", action = "store", type = "string", - dest = "test_home", + dest = "test_home", default="default", help = "Location of custom .sbs_init.xml (name of directory in " + "'custom_options'): test/custom_options//.sbs_init.xml") parser.add_option("--what-failed", action = "store_true", dest = "what_failed",