You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/test.sh
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,5 +18,10 @@ npm run lint
18
18
npm run format
19
19
npm run package
20
20
21
-
(xvfb-run -a npm run coverage;echo$?> exitcode) | grep -Ev "Failed to connect to the bus|GPU stall due to ReadPixels"&& rm -rf "${current_directory}/coverage"&& (cp -R ./coverage $current_directory|| true)
22
-
exit$(<exitcode)
21
+
xvfb-run -a npm run coverage 2>&1| grep -Ev "Failed to connect to the bus|GPU stall due to ReadPixels"
0 commit comments