mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Minor QA updates and a script for dumping local QA config information.
Cosmetic update.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
if ! . ./common.config
|
||||
then
|
||||
echo "check: failed to source common.config"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
use="(external=no)"
|
||||
[ "$USE_EXTERNAL" = yes ] && use="(external=yes)"
|
||||
|
||||
cat <<EOF
|
||||
TEST: DIR=$TEST_DIR DEV=$TEST_DEV rt=[$TEST_RTDEV] log=[$TEST_LOGDEV]
|
||||
TAPE: dev=[$TAPE_DEV] rmt=[$RMT_TAPE_DEV] rmtirix=[$RMT_TAPE_USER@$RMT_IRIXTAPE_DEV]
|
||||
SCRATCH: MNT=$SCRATCH_MNT DEV=$SCRATCH_DEV rt=[$SCRATCH_RTDEV] log=[$SCRATCH_LOGDEV] $use
|
||||
EOF
|
||||
Reference in New Issue
Block a user