diff options
author | Rob Landley <rob@landley.net> | 2012-02-02 07:29:09 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-02 07:29:09 -0600 |
commit | 9201a01813920f8cfe674dc25c2454b9f0369494 (patch) | |
tree | 4ca5c8fe8607ada90a1a6a53bc301ef3e7c10ab8 /scripts/test/testing.sh | |
parent | ee64a2958b7d063ee304127d8ec12647716e00bb (diff) | |
download | toybox-9201a01813920f8cfe674dc25c2454b9f0369494.tar.gz |
Test suite comment tweaks.
Diffstat (limited to 'scripts/test/testing.sh')
-rw-r--r-- | scripts/test/testing.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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(:|\$)"` |