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
@@ -19,5 +19,10 @@ npm run lint
19
19
npm run format
20
20
npm run package
21
21
22
-
(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)
23
-
exit"$(<exitcode)"
22
+
xvfb-run -a npm run coverage 2>&1| grep -Ev "Failed to connect to the bus|GPU stall due to ReadPixels"
0 commit comments