summaryrefslogtreecommitdiffstats
path: root/cts/benchmark/clubench.in
diff options
context:
space:
mode:
Diffstat (limited to 'cts/benchmark/clubench.in')
-rw-r--r--cts/benchmark/clubench.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/benchmark/clubench.in b/cts/benchmark/clubench.in
index e65b60d..d20e292 100644
--- a/cts/benchmark/clubench.in
+++ b/cts/benchmark/clubench.in
@@ -126,7 +126,7 @@ mkreports() {
runcts() {
RC_ODIR="$1"
msg "Running CTS"
- python "$CTSDIR/CTSlab.py" $CTSOPTS --nodes "$nodes" > "$RC_ODIR/ctsrun.out" 2>&1 &
+ python "$CTSDIR/cts-lab" $CTSOPTS --nodes "$nodes" > "$RC_ODIR/ctsrun.out" 2>&1 &
ctspid=$!
tail -f "$RC_ODIR/ctsrun.out" &
tailpid=$!