summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 05:22:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-12 05:22:02 +0000
commitd289949888e14c0f1c7b5df2f02d9258d4f5909b (patch)
tree0e3cf10bd209ec88b707ff1edfb41910a2c91746
parent838eb9f18155b55953984b1447f72d7da37a92e5 (diff)
parent580c55e4c21a0242c68c2a1245d2b3d91aed806a (diff)
downloadtests-d289949888e14c0f1c7b5df2f02d9258d4f5909b.tar.gz
Snap for 8574099 from 580c55e4c21a0242c68c2a1245d2b3d91aed806a to tm-frc-odp-release
Change-Id: Id243a183ac2e66e64d5d3a0709cb75a0b4e89b39
-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)