We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74d13d commit ac40a0aCopy full SHA for ac40a0a
test.sh
@@ -31,7 +31,7 @@ pytest --nbval-lax -vv --suppress-no-test-exit-code --durations=10
31
32
_exitval="$?"
33
34
-if [ $_exitval > 0 ]; then
+if [[ $_exitval > 0 ]]; then
35
exit $_exitval
36
fi
37
0 commit comments