diff options
author | Robert Hensing <robert@roberthensing.nl> | 2021-03-24 14:44:20 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2021-03-31 08:30:12 +0200 |
commit | c3090bc6fdf6e052cd4c56fce6aeb11ddeb5dd6f (patch) | |
tree | 06a6f2567c1968c0f960db4f90348e35edd02bca /tests/recursive.sh | |
parent | f66fb5fb5b1478a5da39d0e9cc0f835272199c5d (diff) |
tests/*: show when tests are skipped
Diffstat (limited to 'tests/recursive.sh')
-rw-r--r-- | tests/recursive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh index b020ec710..a55b061b5 100644 --- a/tests/recursive.sh +++ b/tests/recursive.sh @@ -1,7 +1,7 @@ source common.sh # FIXME -if [[ $(uname) != Linux ]]; then exit; fi +if [[ $(uname) != Linux ]]; then exit 99; fi clearStore |