diff options
-rwxr-xr-x | common/scripts/ptest-lava-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/ptest-lava-wrapper.sh b/common/scripts/ptest-lava-wrapper.sh index 7391d89..d3ce449 100755 --- a/common/scripts/ptest-lava-wrapper.sh +++ b/common/scripts/ptest-lava-wrapper.sh @@ -26,7 +26,7 @@ else fi lava-test-set stop ptest-$unit else - lava-test-case ptest-runner ${unit} --result fail + lava-test-case ptest-runner-${unit} --result fail fi done lava-test-case ptest-runtime --measurement $SECONDS --units seconds --result PASS |