This commit is the result of the squash of the following main commits:
Author: Eric Bollengier <eric@baculasystems.com>
Date: Tue Mar 5 10:35:10 2019 +0100
regress: Fix tests for ubuntu
#
# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
-#
-
#
# This script uses the virtual disk autochanger
#
# Stop SDs
for sd in 2 3 4; do
- $tmp/bacula-ctl-sd$sd stop &> /dev/null
+ $tmp/bacula-ctl-sd$sd stop > /dev/null 2> /dev/null
done
sleep 2
# Start SDs
for sd in 2 3 4; do
- $tmp/bacula-ctl-sd$sd start &> /dev/null
+ $tmp/bacula-ctl-sd$sd start > /dev/null 2> /dev/null
done
# Write out bconsole commands
stop_bacula
for sd in 2 3 4; do
- $tmp/bacula-ctl-sd$sd stop &> /dev/null
+ $tmp/bacula-ctl-sd$sd stop > /dev/null 2> /dev/null
done
# we have two restore to test