summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 20:41:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 20:41:57 +0000
commited7a73838b424f733fb078683bc91e2660f6d1e6 (patch)
tree0e3cf10bd209ec88b707ff1edfb41910a2c91746
parent6a460cf9fe7e4f94b30583abf3cc329eeadc004e (diff)
parent580c55e4c21a0242c68c2a1245d2b3d91aed806a (diff)
downloadtests-ed7a73838b424f733fb078683bc91e2660f6d1e6.tar.gz
Snap for 8572132 from 580c55e4c21a0242c68c2a1245d2b3d91aed806a to tm-frc-media-release
Change-Id: Ia3380f1252e5f63a62a5b30cf1f768595e5ebe76
-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)