name change for args
This commit is contained in:
parent
596199aa8b
commit
b369913249
@ -68,7 +68,7 @@ def main():
|
|||||||
if args.which_test is not None:
|
if args.which_test is not None:
|
||||||
deepargs += " --input_which_test " + args.which_test
|
deepargs += " --input_which_test " + args.which_test
|
||||||
cmd += ["--initarg", deepargs, "--maxfilelen", str(args.max_input_size)]
|
cmd += ["--initarg", deepargs, "--maxfilelen", str(args.max_input_size)]
|
||||||
cmd += args.eclipserargs
|
cmd += args.args
|
||||||
try:
|
try:
|
||||||
r = subprocess.call(cmd)
|
r = subprocess.call(cmd)
|
||||||
print ("Eclipser finished with exit code", r)
|
print ("Eclipser finished with exit code", r)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user