aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-10-10 09:22:57 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-10-10 09:22:57 +0200
commit678c63ae73f5c70b9b06d292df74e66a9a1f7255 (patch)
treebcd71ecba1c8f7286487108d36c8c11b8a1d4fd9
parente82d74edb6bfd561e3bcbfcaf7ccf1c016f28964 (diff)
Deploy nameserver
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I7f059daef795234c1c41cd6bbf6b7d2169f9759f
-rwxr-xr-xcommon/scripts/agl-screenshot-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh
index ce0ae42..b03d029 100755
--- a/common/scripts/agl-screenshot-test.sh
+++ b/common/scripts/agl-screenshot-test.sh
@@ -2,6 +2,8 @@
set -x
+( echo "nameserver 8.8.8.8" > /etc/resolv.conf ) || true
+
export TERM=dumb
export COLUMNS=1000