3 # Copyright (C) 2000-2017 Kern Sibbald
4 # License: BSD 2-Clause; see file LICENSE-FOSS
8 if [ ! -f bin/tape_options ] ; then
12 if [ x$PREBUILT != xyes ]; then
13 git status >>test.out 2>&1
14 cat build/config.out >>test.out
17 if [ x$FORCE_DEDUP = xyes ]; then
18 echo "Test results with dedup" >>test.out
19 elif [ x$FORCE_ALIGNED = xyes ]; then
20 echo "Test results with aligned" >>test.out
21 elif [ x$FORCE_CLOUD = xyes ]; then
22 echo "Test results with cloud" >>test.out
24 echo "Test results" >>test.out
32 echo "End do_all tests"
33 echo "End do_all tests" >>test.out