Merge from Quokka runsics.py move the commented out debug print

This commit is contained in:
Douglas Clowes
2014-06-25 16:27:03 +10:00
parent 6530c54483
commit 2d48093820

View File

@@ -73,7 +73,6 @@ def start_cmd(server, args):
SIMENV = sicsenv[args.test]
start_str = 'sudo -u %s %s %s/SICServer -d %s' % (args.user, SIMENV,
args.dir, args.config)
# print "DEBUG: start_str:%s" % (start_str)
# Suppress output if launching the script validator
if (server == 'scriptval'):
with open(os.devnull) as fp:
@@ -83,6 +82,7 @@ def start_cmd(server, args):
subprocess.call(shlex.split(start_str), preexec_fn=sics_preexec,
cwd=args.dir)
status_cmd(server, args)
# print "DEBUG: start_str:%s" % (start_str)
def stop_cmd(server, args):
INTMSG = 'SICSINT 6'