From 9201a01813920f8cfe674dc25c2454b9f0369494 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 2 Feb 2012 07:29:09 -0600 Subject: Test suite comment tweaks. --- scripts/test/testing.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/test/testing.sh') diff --git a/scripts/test/testing.sh b/scripts/test/testing.sh index fd233697..0f72bce4 100644 --- a/scripts/test/testing.sh +++ b/scripts/test/testing.sh @@ -34,6 +34,8 @@ export SKIP= # Helper functions +# Check config to see if option is enabled, set SKIP if not. + optional() { option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"` -- cgit v1.2.3