Another path and ordering tweak.

svn path=/trunk/; revision=52430
This commit is contained in:
Evan Huus 2013-10-06 23:39:16 +00:00
parent 84aebfb9dd
commit 0777f96c63
1 changed files with 8 additions and 7 deletions

View File

@ -65,13 +65,6 @@ fi
source test-backend.sh
source config.sh
source suite-clopts.sh
source suite-io.sh
source suite-capture.sh
source suite-unittests.sh
source suite-fileformats.sh
source suite-decryption.sh
source suite-nameres.sh
# needed by some tests
TEST_OUTDIR=$(mktemp -d)
@ -84,6 +77,14 @@ fi
test_build_paths
source $TESTS_DIR/suite-clopts.sh
source $TESTS_DIR/suite-io.sh
source $TESTS_DIR/suite-capture.sh
source $TESTS_DIR/suite-unittests.sh
source $TESTS_DIR/suite-fileformats.sh
source $TESTS_DIR/suite-decryption.sh
source $TESTS_DIR/suite-nameres.sh
test_cleanup() {
if [ $TEST_OUTDIR_CLEAN = 1 ]; then
# display contents of test outputs, ignore directory: