From 93881f34a7851d3a0570ab11f5f8c38f5a4ca49d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 10 Jul 2018 15:43:30 -0400 Subject: [PATCH] consistent indentation --- .circleci/run-tests.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index d05719b32..6b61899e5 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -33,12 +33,12 @@ sudo \ TAHOE_LAFS_TRIAL_ARGS="--reporter=subunitv2-file" \ PIP_NO_INDEX="1" \ --set-home \ - --user nobody \ - /tmp/tests/bin/tox \ - -c /tmp/project/tox.ini \ - --workdir /tmp/tahoe-lafs.tox \ - -e "${TAHOE_LAFS_TOX_ENVIRONMENT}" \ - ${TAHOE_LAFS_TOX_ARGS} + --user nobody \ + /tmp/tests/bin/tox \ + -c /tmp/project/tox.ini \ + --workdir /tmp/tahoe-lafs.tox \ + -e "${TAHOE_LAFS_TOX_ENVIRONMENT}" \ + ${TAHOE_LAFS_TOX_ARGS} # Create a junitxml results area. mkdir -p "$(dirname "${JUNITXML}")"