If tests are skipped, explain why.
[rsync/rsync.git] / testsuite / rsync.fns
index ddeafb1..4682b4f 100644 (file)
@@ -238,6 +238,7 @@ test_fail() {
 
 test_skipped() {
     echo "$@" >&2
+    echo "$@" > "$TMP/whyskipped"
     exit 77
 }