Skip to content

Commit d7ff8c6

Browse files
committed
bug fix: autotuner running all designs
Signed-off-by: Jack Luar <[email protected]>
1 parent 00406b2 commit d7ff8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/test/test_helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if [ "${RUN_AUTOTUNER}" == "true" ]; then
8989
"gcd")
9090
# Keep RUN_AUTOTUNER enabled only for these designs
9191
;;
92-
"*")
92+
*)
9393
echo "Disable AT test for design ${DESIGN_NAME}."
9494
RUN_AUTOTUNER="false"
9595
;;

0 commit comments

Comments
 (0)