Skip to content

Commit

Permalink
shyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Sep 13, 2024
1 parent 377d285 commit f8be34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/test-rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ do
if [ "$c" = "test-rt/test-tflite" ]
then
echo "$WHITE ### $c ### IGNORED $NC"
elif [ "$c" = "test-rt/test-metal" -a ( `uname` != "Darwin" -o -n "$CI" ) ]
elif [ "$c" = "test-rt/test-metal" -a \( `uname` != "Darwin" -o -n "$CI" \) ]
then
echo "$WHITE ### $c ### IGNORED $NC"
else
Expand Down

0 comments on commit f8be34c

Please sign in to comment.