summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-20 13:37:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-20 13:37:10 +0000
commitec222c1542a2876f996e2df04676211588777a97 (patch)
tree0e3cf10bd209ec88b707ff1edfb41910a2c91746
parent849e54350964dbba9cf2881ec6b110031296b7c5 (diff)
parent580c55e4c21a0242c68c2a1245d2b3d91aed806a (diff)
downloadtests-ec222c1542a2876f996e2df04676211588777a97.tar.gz
Snap for 8620235 from 580c55e4c21a0242c68c2a1245d2b3d91aed806a to mainline-go-media-release
Change-Id: I3b376364f44871ca6fd6487a2795b3e998d3211f
-rwxr-xr-xnet/test/run_net_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/run_net_test.sh b/net/test/run_net_test.sh
index 9dca4fe..1bf876d 100755
--- a/net/test/run_net_test.sh
+++ b/net/test/run_net_test.sh
@@ -2,7 +2,7 @@
# Builds mysteriously fail if stdout is non-blocking.
fixup_ptys() {
- python << 'EOF'
+ python3 << 'EOF'
import fcntl, os, sys
fd = sys.stdout.fileno()
flags = fcntl.fcntl(fd, fcntl.F_GETFL)