fix: add go compiler error patterns (expected/package/found)

This commit is contained in:
russell@unturf.com 2026-01-23 10:03:56 -05:00
parent 84d012dcfe
commit b3c3957346
13 changed files with 13 additions and 13 deletions

View file

@ -287,7 +287,7 @@ run_test "exec_network" \
# Note: May fail with syntax errors due to shebangs/imports - that's ok
run_test "exec_sdk_inception" \
"build/un -n semitrusted -e UNSANDBOX_PUBLIC_KEY=\$UNSANDBOX_PUBLIC_KEY -e UNSANDBOX_SECRET_KEY=\$UNSANDBOX_SECRET_KEY -s '$LANG' '$SDK_FILE' 2>&1 || echo 'attempted'" \
"usage|help|unsandbox|error|Error|syntax|unexpected|import|require|module|attempted|Illegal|division|Exception|Property|Method|Compilation"
"usage|help|unsandbox|error|Error|syntax|unexpected|import|require|module|attempted|Illegal|division|Exception|Property|Method|Compilation|expected|package|found"
echo ""