From d30ae468d925199359aa7c6d4cdec7e9e15587dd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 19 Nov 2016 09:49:09 -0500 Subject: testing --- test/environment/environment.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/environment/environment.sh') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index c2a6c435a..2bb5a249e 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -95,4 +95,19 @@ if [ "$?" -eq 0 ]; then echo "TESTING: ibus (test/environment/ibus.exp)" ./ibus.exp +else + echo "TESTING SKIP: ibus not configured" fi + +echo "TESTING: rlimit (test/rlimit/rlimit.exp)" +./rlimit.exp + +echo "TESTING: rlimit profile (test/rlimit/rlimit-profile.exp)" +./rlimit-profile.exp + +echo "TESTING: rlimit errors (test/rlimit/rlimit-bad.exp)" +./rlimit-bad.exp + +echo "TESTING: rlimit errors profile (test/rlimit/rlimit-bad-profile.exp)" +./rlimit-bad-profile.exp + -- cgit v1.2.3-54-g00ecf