From 2b76cea1106462268b975ee68480796ba900d37f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 22 Aug 2016 08:59:00 -0400 Subject: --allow-debuggers --- test/environment/environment.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/environment/environment.sh') diff --git a/test/environment/environment.sh b/test/environment/environment.sh index a6fe07a1c..785f57d3f 100755 --- a/test/environment/environment.sh +++ b/test/environment/environment.sh @@ -82,4 +82,12 @@ echo "TESTING: nice (test/environment/nice.exp)" echo "TESTING: quiet (test/environment/quiet.exp)" ./quiet.exp +which strace +if [ "$?" -eq 0 ]; +then + echo "TESTING: --allow-debuggers (test/environment/allow-debuggers.exp)" + ./allow-debuggers.exp +else + echo "TESTING SKIP: strace not found" +fi -- cgit v1.2.3-70-g09d2