Skip to content
Snippets Groups Projects
Commit 97e4cc2d authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

update test_random to allow a different tbse script

parent b4c7ed8f
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,8 @@ sub runsystem
else
{
my $s = IO::Select->new();
my $cmd = "env VALGRIND_ARGS=\"--log-file=/dev/stdout\" stdbuf -i 0 -e 0 -o 0 $nice $timeout tbse $valgrind --repeat $repeat --random_systems 1 --log_filename /tmp/c_log-$n.dat 2>&1 ";
my $tbse = $ENV{'tbse'} // 'tbse';
my $cmd = "env VALGRIND_ARGS=\"--log-file=/dev/stdout\" stdbuf -i 0 -e 0 -o 0 $nice $timeout $tbse $valgrind --repeat $repeat --random_systems 1 --log_filename /tmp/c_log-$n.dat 2>&1 ";
#print "CMD \n$cmd\n";
my $args;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment