We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf4d11 commit b267969Copy full SHA for b267969
.config/ci/test.sh
@@ -134,9 +134,16 @@ EOF
134
echo "DEBUG: TEMPFILE=${TEMPFILE}"
135
./run_scapy -H -c "${TEMPFILE}" || exit 1
136
137
+# DEBUG
138
# OSX: clear DNS cache
-if [ "$OSTYPE" = "darwin"* ]
139
+if [[ "$OSTYPE" = "darwin"* ]]
140
then
141
+ echo "HEY"
142
# https://www.hongkiat.com/blog/clear-dns-cache-mac/
143
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
144
+ ifconfig
145
+ cat /etc/resolv.conf
146
+ ping 1.1.1.1
147
+ dig google.com
148
fi
149
+
0 commit comments