Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
excitoon committed Apr 23, 2019
1 parent f24c958 commit 3071449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Empty file.
3 changes: 3 additions & 0 deletions src/main/java/com/google/devtools/build/lib/actions/222
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WARNING: detected http_proxy set in env, setting no_proxy for localhost.
Starting local Bazel server and connecting to it...
^C
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public void onFailure(Throwable t) {

// We don't propagate the downloadException, as this is a recoverable error and the cause
// of the build failure is really that we couldn't delete output files.
System.out.print(e);
throw new EnvironmentalExecException(
"Failed to delete output files after incomplete "
+ "download. Cannot continue with local execution.",
Expand Down

0 comments on commit 3071449

Please sign in to comment.