From 454ef9ddc51db5dbc26a5a8c68ab87b29b008070 Mon Sep 17 00:00:00 2001 From: toole1 <toole1@6fbd10e7-183d-0410-a318-cb416676e4f2> Date: Sat, 27 Aug 2011 01:55:32 +0000 Subject: [PATCH] jack git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@4316 6fbd10e7-183d-0410-a318-cb416676e4f2 --- proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy.cpp b/proxy.cpp index 08f4b8c..709a5bd 100755 --- a/proxy.cpp +++ b/proxy.cpp @@ -500,7 +500,7 @@ void test_execution::child_valgrind() nums_pipe.close_write(); start_timeout(); - exec("valgrind", "valgrind", "--trace-children=yes", /*"--log-fd=-1",*/ "-q", "./proxy", test.name, NULL); + exec("valgrind", "--trace-children=yes", /*"--log-fd=-1",*/ "-q", "./proxy", test.name, NULL); } -- GitLab