From 34110bc5525b2e61e5e1c5dcea3563b4411a72c3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 3 Dec 2015 12:42:49 -0500 Subject: testing --- test/evince.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/evince.exp') diff --git a/test/evince.exp b/test/evince.exp index ba6ca1b6d..6c94dff9a 100755 --- a/test/evince.exp +++ b/test/evince.exp @@ -4,7 +4,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail evince\r" +send -- "firejail --tracelog evince\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Reading profile /etc/firejail/evince.profile" @@ -38,7 +38,7 @@ spawn $env(SHELL) send -- "firemon --seccomp\r" expect { timeout {puts "TESTING ERROR 5\n";exit} - ":firejail evince" + ":firejail --tracelog evince" } expect { timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit} @@ -52,7 +52,7 @@ sleep 1 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} - ":firejail evince" + ":firejail --tracelog evince" } expect { timeout {puts "TESTING ERROR 6.1\n";exit} @@ -68,5 +68,5 @@ expect { } sleep 1 -puts "\n" +puts "\nall done\n" -- cgit v1.2.3-54-g00ecf