File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ mv autobahn/reports/$CFG "$REPORT_DIR"
3737echo " * [Nim-${NIM_VERSION} $CFG summary report]($CFG -${NIM_VERSION} /index.html)" > " $REPORT_DIR .txt"
3838
3939# squash to single line and look for errors
40- cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' -e ' "behavior": "OK" ' && exit 1
40+ ( cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' && exit 1) || true
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ mv autobahn/reports/$CFG $REPORT_DIR
3939echo " * [Nim-${NIM_VERSION} $CFG summary report]($CFG -${NIM_VERSION} /index.html)" > " $REPORT_DIR .txt"
4040
4141# squash to single line and look for errors
42- cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' -e ' "behavior": "OK" ' && exit 1
42+ ( cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' && exit 1) || true
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ mv autobahn/reports/$CFG "$REPORT_DIR"
3737echo " * [Nim-${NIM_VERSION} $CFG summary report]($CFG -${NIM_VERSION} /index.html)" > " $REPORT_DIR .txt"
3838
3939# squash to single line and look for errors
40- cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' -e ' "behavior": "OK" ' && exit 1
40+ ( cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' && exit 1) || true
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ mv autobahn/reports/$CFG $REPORT_DIR
3939echo " * [Nim-${NIM_VERSION} $CFG summary report]($CFG -${NIM_VERSION} /index.html)" > " $REPORT_DIR .txt"
4040
4141# squash to single line and look for errors
42- cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' -e ' "behavior": "OK" ' && exit 1
42+ ( cat $REPORT_DIR /index.json | tr ' \n' ' !' | sed " s|\},\!|\n|g" | tr ' !' ' ' | tr -s ' ' | grep -v -e ' "behavior": "OK"' -e ' "behavior": "NON-STRICT"' -e ' "behavior": "INFORMATIONAL"' && exit 1) || true
You can’t perform that action at this time.
0 commit comments