From: Andreas Schneider Date: Wed, 23 Feb 2022 11:04:28 +0000 (+0100) Subject: s4:torture: Reformat shell scripts X-Git-Tag: tevent-0.13.0~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beaac6bb2bf8a45b7b9ef951f54710be948318f4;p=thirdparty%2Fsamba.git s4:torture: Reformat shell scripts shfmt -f source4/torture/ | xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider Reviewed-by: Pavel Filipenský --- diff --git a/source4/torture/tests/test_gentest.sh b/source4/torture/tests/test_gentest.sh index 3e60ef3db20..80a1661c11f 100755 --- a/source4/torture/tests/test_gentest.sh +++ b/source4/torture/tests/test_gentest.sh @@ -4,10 +4,10 @@ # based on test_smbclient.sh if [ $# -lt 4 ]; then -cat < $PREFIX/gentest.ignore +cat <$PREFIX/gentest.ignore all_info.out.fname internal_information.out.file_id EOF -testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --seed=1 --seedsfile=$PREFIX/gentest_seeds.dat --num-ops=100 --ignore=$PREFIX/gentest.ignore -W "$DOMAIN" --user1="$USERNAME%$PASSWORD" --user2="$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` +testit "gentest" $VALGRIND $gentest //$SERVER/test1 //$SERVER/test2 --seed=1 --seedsfile=$PREFIX/gentest_seeds.dat --num-ops=100 --ignore=$PREFIX/gentest.ignore -W "$DOMAIN" --user1="$USERNAME%$PASSWORD" --user2="$USERNAME%$PASSWORD" $@ || failed=$(expr $failed + 1) rm -f $PREFIX/gentest.ignore diff --git a/source4/torture/tests/test_locktest.sh b/source4/torture/tests/test_locktest.sh index 4509ad0cace..d55935e3fb9 100755 --- a/source4/torture/tests/test_locktest.sh +++ b/source4/torture/tests/test_locktest.sh @@ -4,10 +4,10 @@ # based on test_smbclient.sh if [ $# -lt 5 ]; then -cat <