Skip to content

Commit ac40a0a

Browse files
committed
BUG: fixing bash test command
1 parent a74d13d commit ac40a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
3131

3232
_exitval="$?"
3333

34-
if [ $_exitval > 0 ]; then
34+
if [[ $_exitval > 0 ]]; then
3535
exit $_exitval
3636
fi
3737

0 commit comments

Comments
 (0)