From 9e211b82d63aca390df3cf09350b6d881825a573 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 7 Dec 2015 09:29:41 -0500 Subject: testing --- README | 2 ++ test/test-profiles.sh | 10 ++++++++++ test/test.sh | 8 +------- 3 files changed, 13 insertions(+), 7 deletions(-) create mode 100755 test/test-profiles.sh diff --git a/README b/README index 6b0f396a3..b32cbe30a 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ License: GPL v2 Firejail Authors: netblue30 (netblue30@yahoo.com) +Rahiel Kasim (https://github.com/rahiel) + - whitelist keysnail config for firefox Peter Hogg (https://github.com/pigmonkey) - WeeChat profile - rtorrent profile diff --git a/test/test-profiles.sh b/test/test-profiles.sh new file mode 100755 index 000000000..d9142885b --- /dev/null +++ b/test/test-profiles.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +echo "TESTING: default profiles installed in /etc" +PROFILES=`ls /etc/firejail/*.profile` +for PROFILE in $PROFILES +do + echo "TESTING: $PROFILE" + ./test-profile.exp $PROFILE +done + diff --git a/test/test.sh b/test/test.sh index 8668d068f..86ae874d9 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,13 +2,7 @@ ./chk_config.exp -echo "TESTING: default profiles installed in /etc" -PROFILES=`ls /etc/firejail/*.profile` -for PROFILE in $PROFILES -do - echo "TESTING: $PROFILE" - ./test-profile.exp $PROFILE -done +./test-profiles.sh ./fscheck.sh -- cgit v1.2.3-70-g09d2