|
|
|
@ -45,7 +45,7 @@ parser.add_option("--angel", help = "Path to angel binary (required)")
|
|
|
|
|
parser.add_option("--worker", help = "Path to worker binary (required)")
|
|
|
|
|
parser.add_option("--plugindir", help = "Path to plugin directory (required)")
|
|
|
|
|
parser.add_option("-k", "--no-cleanup", help = "Keep temporary files, no cleanup", action = "store_true", default = False)
|
|
|
|
|
parser.add_option("-p", "--port", help = "Use [port,port+7] as tcp ports on 127.0.0.1 (default: 8088; use 0 for random port)", default = 8088, type = "int")
|
|
|
|
|
parser.add_option("-p", "--port", help = "Use [port,port+7] as tcp ports on 127.0.0.2 (default: 8088; use 0 for random port)", default = 8088, type = "int")
|
|
|
|
|
parser.add_option("-t", "--test", help = "Run specific test", action = "append", dest = "tests", default = [])
|
|
|
|
|
parser.add_option("-c", "--force-cleanup", help = "Keep no temporary files (overwrites -k)", action = "store_true", default = False)
|
|
|
|
|
parser.add_option("--strace", help = "Strace services", action = "store_true", default = False)
|
|
|
|
|