Skip to content

Commit

Permalink
chore: try to debug windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 22, 2021
1 parent da91cc8 commit 7adbb09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bazel-skylib.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/rules/diff_test.bzl b/rules/diff_test.bzl
index 93cf363..662fcac 100644
--- a/rules/diff_test.bzl
+++ b/rules/diff_test.bzl
@@ -55,7 +55,7 @@ if "!RF2!" equ "" (
echo>&2 ERROR: !F2! not found
exit /b 1
)
-fc.exe 2>NUL 1>NUL /B "!RF1!" "!RF2!"
+fc.exe /B "!RF1!" "!RF2!"
if %ERRORLEVEL% neq 0 (
if %ERRORLEVEL% equ 1 (
echo>&2 FAIL: files "{file1}" and "{file2}" differ

0 comments on commit 7adbb09

Please sign in to comment.