Skip to content

Commit f04d42f

Browse files
committed
ci: add missing info
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 0344d37 commit f04d42f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

flow/test/test_autotuner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
# run the commands in ORFS root dir
24
echo "[INFO FLW-0029] Installing dependencies in virtual environment."
35
cd ../

flow/test/test_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fi
108108
if [ "${RUN_AUTOTUNER}" == "true" ]; then
109109
set +x
110110
echo "Start AutoTuner test."
111-
./test_autotuner.sh
111+
./test/test_autotuner.sh
112112
set -x
113113
fi
114114

0 commit comments

Comments
 (0)