diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index f8faac91a7..9110b5231a 100755 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -234,7 +234,7 @@ sub construct_ns_command { $command = "taskset $taskset $NAMED "; } elsif ($ENV{'USE_RR'}) { $ENV{'_RR_TRACE_DIR'} = "."; - $command = "rr record --chaos $NAMED "; + $command = "$ENV{'TOP_BUILDDIR'}/libtool --mode=execute rr record --chaos $NAMED "; } else { $command = "$NAMED "; }