Skip to content

Commit

Permalink
test.bash: print fs info
Browse files Browse the repository at this point in the history
  • Loading branch information
rfjakob committed Dec 11, 2023
1 parent 1766df8 commit 15118e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
#
# test.bash runs the gocryptfs test suite against $TMPDIR,
# or, if unset, /var/tmp.

set -eu

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 15118e6

Please sign in to comment.