diff options
author | Jakob Unterwurzacher | 2023-12-11 20:57:05 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2023-12-11 20:57:05 +0100 |
commit | 15118e6e5392d50fc265d4acbf8c264279c66af1 (patch) | |
tree | 7e9784988a7efe1b30328bb336f0c73210494ef7 | |
parent | 1766df8475355a49595542e1cd52e63ace79bc74 (diff) |
test.bash: print fs info
-rwxr-xr-x | test.bash | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |