sbsv2/raptor/test/common/run_tests.py
changeset 616 24e4ef208cca
parent 591 22486c9c7b15
child 625 a1925fb7753a
--- 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/<test_home>/.sbs_init.xml")
 parser.add_option("--what-failed", action = "store_true", dest = "what_failed",