fix: add go compiler error patterns (expected/package/found)
This commit is contained in:
parent
84d012dcfe
commit
b3c3957346
13 changed files with 13 additions and 13 deletions
|
|
@ -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 ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue