File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919
2020# Redirect stderr to a separate file (without "Killed" to look for warnings / error messages)
2121# While still keeping it in terminal
22+ # ignore punycode warning from oas-tools@2.2.2 in utapiV2 tests
2223
2324UTAPI_INTERVAL_TEST_MODE=$1 npm $SETUP_CMD \
24- 2> >( grep -v -E " ^Killed$" | tee -a " setup_$2 .stderr.log" >&2 ) \
25+ 2> >( grep -v -E " ^Killed$|punycode " | tee -a " setup_$2 .stderr.log" >&2 ) \
2526 | tee -a " setup_$2 .log" &
2627
2728bash tests/utils/wait_for_local_port.bash $PORT 40
Original file line number Diff line number Diff line change 2121
2222env :
2323 AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE : ' 1'
24- NODE_OPTIONS : ' --trace-warnings'
24+ # NODE_OPTIONS: '--trace-warnings'
2525
2626jobs :
2727 build-ci :
You can’t perform that action at this time.
0 commit comments