summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 7c9fd544..844840aa 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -358,7 +358,7 @@ if $prepare_board; then
# check that there are no stray processes
# test that taskset works
remote_exec "$boardname:::-t -Snone" \
- sudo /usr/local/bin/benchmark.sh --hw_tag "$hw_tag" \
+ sudo bmk-scripts/prepare-board.sh --hw_tag "$hw_tag" \
--action start_board --verbose &
res=0 && wait $! || res=$?
@@ -429,7 +429,7 @@ esac
if $prepare_board; then
remote_exec "$boardname:::-t -Snone" \
- sudo /usr/local/bin/benchmark.sh --action stop_board --verbose &
+ sudo bmk-scripts/prepare-board.sh --action stop_board --verbose &
res=0 && wait $! || res=$?
if [ $res != 0 ]; then
echo "Warning: prepare-board.sh did not finish cleanly"