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 43afe28 commit c659271Copy full SHA for c659271
test.sh
@@ -47,3 +47,10 @@ if [[ "$GLOB" != *"$EXPECTED_FAIL_FILE"* ]]; then
47
exit 1
48
fi
49
echo "[PASS] glob argument resolution" >&2
50
+
51
+eval "/usr/bin/env node $FULL_SCRIPT_PATH --set-exit-if-changed -n --glob=testproject/**/*.java"
52
+if [ "$?" != 1 ]; then
53
+ echo "[FAIL] Expected return status to be 1, got $?" >&2
54
+ exit 1
55
+fi
56
+echo "[PASS] error code check" >&2
0 commit comments