mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
tests: add alternative message for skipping test
This commit is contained in:
parent
e1cb7ce296
commit
b4f4444862
2 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ send -- "firejail less sysutils.sh\r"
|
|||
expect {
|
||||
timeout {puts "TESTING ERROR 1\n";exit}
|
||||
"(press RETURN)" {puts "TESTING SKIP 1.1\n";exit}
|
||||
"Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit}
|
||||
"MALLOC_CHECK"
|
||||
}
|
||||
expect {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ send -- "man firejail\r"
|
|||
expect {
|
||||
timeout {puts "TESTING ERROR 0\n";exit}
|
||||
"(press RETURN)" {puts "TESTING SKIP 1.1\n";exit}
|
||||
"Press RETURN to continue" {puts "TESTING SKIP 1.2\n";exit}
|
||||
"Linux namespaces sandbox program"
|
||||
}
|
||||
after 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue