diff --git a/flow/test/test_helper.sh b/flow/test/test_helper.sh index a7cbfc1f10..b5b3c436a4 100755 --- a/flow/test/test_helper.sh +++ b/flow/test/test_helper.sh @@ -81,6 +81,7 @@ fi if [ $RUN_AUTOTUNER -eq 1 ]; then # change directory to the root of the repo echo "Install and starting venv" + cd ../ ./tools/AutoTuner/installer.sh ./tools/AutoTuner/setup.sh diff --git a/tools/AutoTuner/installer.sh b/tools/AutoTuner/installer.sh old mode 100644 new mode 100755 diff --git a/tools/AutoTuner/setup.sh b/tools/AutoTuner/setup.sh old mode 100644 new mode 100755 index 2bd4125d80..c30b0eb0e1 --- a/tools/AutoTuner/setup.sh +++ b/tools/AutoTuner/setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Get the directory of the current script SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"