File: issue-15.riff-output

package info (click to toggle)
rust-riffdiff 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,784 kB
  • sloc: sh: 206; python: 132; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git tools/bump-buildfarm-to-latest.sh tools/bump-buildfarm-to-latest.sh
index 591347e..1e68cdf 100755
--- tools/bump-buildfarm-to-latest.sh
+++ tools/bump-buildfarm-to-latest.sh
@@ -122,7 +122,7 @@ EOM

 after_rebase() {
     # Verify that upstream's test suite passes
-    bazelisk test -- //src/test/java/build/buildfarm:all
+    bazelisk test --test_output=errors -- //src/test/java/build/buildfarm:all

     # Push rebased changes back to Spotify's fork of upstream
     git push -u origin HEAD