From e948e4b6a6cf1efd8d1f3d3359b1ad9891b3babc Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Wed, 17 Apr 2013 13:56:55 -0400 Subject: Cleaned up sched_trace output and code. --- run_exps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run_exps.py') diff --git a/run_exps.py b/run_exps.py index 6531415..905d033 100755 --- a/run_exps.py +++ b/run_exps.py @@ -197,9 +197,8 @@ def run_parameter(exp_dir, out_dir, params, param_name): script = com.get_executable(script_name, cwd=exp_dir) out = open('%s/%s-out.txt' % (out_dir, param_name), 'w') - prog = Executable(script, script_params, + prog = Executable(script, script_params, cwd=out_dir, stderr_file=out, stdout_file=out) - prog.cwd = out_dir prog.execute() prog.wait() -- cgit v1.2.2