Cosmetics: Corrected inconsistent indentation.
This commit is contained in:
@@ -12,8 +12,10 @@ done,*)
|
|||||||
*' --tee '*|*' --va'*)
|
*' --tee '*|*' --va'*)
|
||||||
mkdir -p test-results
|
mkdir -p test-results
|
||||||
BASE=test-results/$(basename "$0" .sh)
|
BASE=test-results/$(basename "$0" .sh)
|
||||||
(TEST_TEE_STARTED=done ${SHELL-sh} "$0" "$@" 2>&1;
|
(
|
||||||
echo $? > $BASE.exit) | tee $BASE.out
|
TEST_TEE_STARTED=done ${SHELL-sh} "$0" "$@" 2>&1;
|
||||||
|
echo $? > $BASE.exit
|
||||||
|
) | tee $BASE.out
|
||||||
test "$(cat $BASE.exit)" = 0
|
test "$(cat $BASE.exit)" = 0
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user