Skip to content
Snippets Groups Projects
Commit 8a9c8a65 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Fix cmdline in HOPPER check

parent e0c068f5
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ $ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-hoppetastest2: Ungzipping test table ${tabgz} failed: $ret, aborted!\n";}
# Evaluate, keep only result lines
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ HOPPET _ _ 5 2 0.1185 _ | tail -4 > hoppetastest2.log";
$cmd = "../src/fnlo-tk-cppread ${tabfl} CT10nlo _ HOPPET _ _ _ 5 2 0.1185 _ | tail -4 > hoppetastest2.log";
print "Executing command: $cmd\n";
$ret = system("$cmd");
if ( $ret ) {die "fnlo-tk-hoppetastest2: Evaluating test table ${tabfl} failed: $ret, aborted!\n";}
......
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