From 6e0228a5a83a74d5b03b5db8ff10a56145d8df6f Mon Sep 17 00:00:00 2001 From: gpotter2 <10530980+gpotter2@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:05:56 +0200 Subject: [PATCH] fixup --- .config/ci/test.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/ci/test.sh b/.config/ci/test.sh index 98e9c8e00c7..dcaf569d2f7 100755 --- a/.config/ci/test.sh +++ b/.config/ci/test.sh @@ -134,9 +134,14 @@ EOF echo "DEBUG: TEMPFILE=${TEMPFILE}" ./run_scapy -H -c "${TEMPFILE}" || exit 1 +# DEBUG # OSX: clear DNS cache -if [ "$OSTYPE" = "darwin"* ] +if [[ "$OSTYPE" = "darwin"* ]] then + echo "HEY" # https://www.hongkiat.com/blog/clear-dns-cache-mac/ sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder + ifconfig + dig google.com fi +