Skip to content

Commit 6e0228a

Browse files
committed
fixup
1 parent 7cf4d11 commit 6e0228a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.config/ci/test.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,14 @@ EOF
134134
echo "DEBUG: TEMPFILE=${TEMPFILE}"
135135
./run_scapy -H -c "${TEMPFILE}" || exit 1
136136

137+
# DEBUG
137138
# OSX: clear DNS cache
138-
if [ "$OSTYPE" = "darwin"* ]
139+
if [[ "$OSTYPE" = "darwin"* ]]
139140
then
141+
echo "HEY"
140142
# https://www.hongkiat.com/blog/clear-dns-cache-mac/
141143
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
144+
ifconfig
145+
dig google.com
142146
fi
147+

0 commit comments

Comments
 (0)