From f04d42fe4d0490b291a601290b3f9f73f7085fd4 Mon Sep 17 00:00:00 2001 From: Vitor Bandeira Date: Thu, 9 Jan 2025 10:07:51 -0300 Subject: [PATCH] ci: add missing info Signed-off-by: Vitor Bandeira --- flow/test/test_autotuner.sh | 2 ++ flow/test/test_helper.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flow/test/test_autotuner.sh b/flow/test/test_autotuner.sh index 5c9c0947fb..ae009fee1d 100755 --- a/flow/test/test_autotuner.sh +++ b/flow/test/test_autotuner.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # run the commands in ORFS root dir echo "[INFO FLW-0029] Installing dependencies in virtual environment." cd ../ diff --git a/flow/test/test_helper.sh b/flow/test/test_helper.sh index 24f39cc0ae..4507dba8f2 100755 --- a/flow/test/test_helper.sh +++ b/flow/test/test_helper.sh @@ -108,7 +108,7 @@ fi if [ "${RUN_AUTOTUNER}" == "true" ]; then set +x echo "Start AutoTuner test." - ./test_autotuner.sh + ./test/test_autotuner.sh set -x fi