Skip to content

Commit

Permalink
Debug test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Jun 27, 2020
1 parent 6f951c3 commit fea0326
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/simple-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ echo UI test 3

echo UI test 4
# Load a pcap from stdin
# { sleep 5s ; echo q ; echo ; } | \
# socat - EXEC:"bash -c \\\"stty rows 50 cols 80 && cat /tmp/test.pcap | TERM=xterm $TS -i -\\\"",pty,setsid,ctty | \
# grep -a 192.168.44.123 > /dev/null
{ sleep 5s ; echo q ; echo ; } | \
socat - EXEC:"bash -c \\\"stty rows 50 cols 80 && cat /tmp/test.pcap | TERM=xterm $TS -i -\\\"",pty,setsid,ctty
# | \
# grep -a 192.168.44.123 > /dev/null

echo UI test 5
# Display filter at end of command line
Expand Down

0 comments on commit fea0326

Please sign in to comment.