mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix bad Makefile variable reference.
PiperOrigin-RevId: 343946859
This commit is contained in:
committed by
gVisor bot
parent
756bc3e52b
commit
a94663ee56
+1
-1
@@ -213,7 +213,7 @@ test: bazel-server
|
||||
testlogs:
|
||||
@cat .build_events.json | jq -r \
|
||||
'select(.testSummary?.overallStatus? | tostring | test("(FAILED|FLAKY|TIMEOUT)")) | .testSummary.failed | .[] | .uri' | \
|
||||
awk -Ffile:// '{print $2;}'
|
||||
awk -Ffile:// '{print $$2;}'
|
||||
.PHONY: testlogs
|
||||
|
||||
query: bazel-server
|
||||
|
||||
Reference in New Issue
Block a user