summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 2029bc5f5..82c35854b 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -52,7 +52,7 @@ proc exec_instance {type dirname cfgfile} {
if {$::valgrind} {
set pid [exec valgrind --track-origins=yes --suppressions=../../../src/valgrind.sup --show-reachable=no --show-possibly-lost=no --leak-check=full ../../../src/${prgname} $cfgfile 2>> $errfile &]
} else {
- set pid [exec ../../../src/${prgname} $cfgfile &]
+ set pid [exec ../../../src/${prgname} $cfgfile 2>> $errfile &]
}
return $pid
}