aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2022-09-19 09:51:08 -0500
committerRob Landley <rob@landley.net>2022-09-19 09:51:08 -0500
commit0d1965323afc501ad329c606905f0107ac2a2ae4 (patch)
treece4aa40ed56ba805f4cc8140df5d7a6697cefe47 /scripts
parent7b9fb3ba4da007e2f12bee2589bc05bc4ade507a (diff)
downloadtoybox-0d1965323afc501ad329c606905f0107ac2a2ae4.tar.gz
Show SKIP: messages. (Inverted test, oops.)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtest.sh b/scripts/runtest.sh
index 11799400..373c7c5b 100644
--- a/scripts/runtest.sh
+++ b/scripts/runtest.sh
@@ -126,7 +126,7 @@ testing()
if [ "$SKIP" -gt 0 ]
then
- verbose_has quiet && printf "%s\n" "$SHOWSKIP: $NAME"
+ verbose_has quiet || printf "%s\n" "$SHOWSKIP: $NAME"
((--SKIP))
return 0