aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2023-12-11 20:57:05 +0100
committerJakob Unterwurzacher2023-12-11 20:57:05 +0100
commit15118e6e5392d50fc265d4acbf8c264279c66af1 (patch)
tree7e9784988a7efe1b30328bb336f0c73210494ef7
parent1766df8475355a49595542e1cd52e63ace79bc74 (diff)
test.bash: print fs info
-rwxr-xr-xtest.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index f94f4d4..174236e 100755
--- a/test.bash
+++ b/test.bash
@@ -1,4 +1,7 @@
#!/bin/bash
+#
+# test.bash runs the gocryptfs test suite against $TMPDIR,
+# or, if unset, /var/tmp.
set -eu
@@ -72,6 +75,9 @@ else
echo "shellcheck not installed - skipping"
fi
+echo -n "Testing on TMPDIR=$TMPDIR, filesystem: "
+findmnt --noheadings --target "$TESTDIR" --output FSTYPE,OPTIONS || true
+
EXTRA_ARGS=""
if [[ $VERBOSE -eq 1 ]]; then
# Disabling parallelism disables per-package output buffering, hence enabling