Remove temporary QA test hack to work around a failing large sector test
[xfstests-dev.git] / setup
1 #!/bin/sh
2 #
3 if ! . ./common.config
4 then
5     echo "check: failed to source common.config"
6     exit 1
7 fi
8
9 use="(external=no)"
10 [ "$USE_EXTERNAL" = yes ] && use="(external=yes)"
11
12 cat <<EOF
13 TEST: DIR=$TEST_DIR DEV=$TEST_DEV rt=[$TEST_RTDEV] log=[$TEST_LOGDEV]
14 TAPE: dev=[$TAPE_DEV] rmt=[$RMT_TAPE_DEV] rmtirix=[$RMT_TAPE_USER@$RMT_IRIXTAPE_DEV]
15 SCRATCH: MNT=$SCRATCH_MNT DEV=$SCRATCH_DEV rt=[$SCRATCH_RTDEV] log=[$SCRATCH_LOGDEV]  $use
16 EOF