Skip to content

Commit

Permalink
WIP: tests: temporarily debug some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmk3 committed Apr 18, 2024
1 parent c9d3c00 commit cc86ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/network/net_scan.exp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spawn $env(SHELL)
match_max 100000

#
send -- "firejail --net=br0 --ip=10.10.20.50\r"
send -- "firejail --ignore=quiet --debug --net=br0 --ip=10.10.20.50\r"
expect {
timeout {puts "TESTING ERROR 0\n";exit}
"eth0"
Expand All @@ -28,7 +28,7 @@ expect {
sleep 1

spawn $env(SHELL)
send -- "firejail --net=br0 --ip=10.10.20.60\r"
send -- "firejail --ignore=quiet --debug --net=br0 --ip=10.10.20.60\r"
expect {
timeout {puts "TESTING ERROR 4\n";exit}
"eth0"
Expand Down
2 changes: 1 addition & 1 deletion test/sysutils/gzip.exp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set timeout 10
spawn $env(SHELL)
match_max 100000

send -- "firejail gzip -c ../../mkdeb.sh | firejail gunzip -c\r"
send -- "firejail --ignore=quiet --debug gzip -c ../../mkdeb.sh | firejail gunzip -c\r"
expect {
timeout {puts "TESTING ERROR 1\n";exit}
"This file is part of Firejail project"
Expand Down

0 comments on commit cc86ae0

Please sign in to comment.