Deploy nameserver
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 10 Oct 2024 07:22:57 +0000 (09:22 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 10 Oct 2024 07:22:57 +0000 (09:22 +0200)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I7f059daef795234c1c41cd6bbf6b7d2169f9759f

common/scripts/agl-screenshot-test.sh

index ce0ae42..b03d029 100755 (executable)
@@ -2,6 +2,8 @@
 
 set -x
 
+( echo "nameserver 8.8.8.8" > /etc/resolv.conf ) || true
+
 export TERM=dumb
 export COLUMNS=1000