summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-13 03:08:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-13 03:08:10 +0000
commit8d41653d043fd39e1d1e65cfe793f1537d079c75 (patch)
tree0e3cf10bd209ec88b707ff1edfb41910a2c91746
parent838eb9f18155b55953984b1447f72d7da37a92e5 (diff)
parent898bd17d0c565c2327fd5575544696623e3effda (diff)
downloadtests-8d41653d043fd39e1d1e65cfe793f1537d079c75.tar.gz
Snap for 8581479 from 898bd17d0c565c2327fd5575544696623e3effda to tm-qpr1-release
Change-Id: I3783abc7d62c67af8bdf4d170991e9a777692ce5
-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)