Skip to content

Commit a0aef5b

Browse files
Improved logging for tests
1 parent 6d67dee commit a0aef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
set -e
44
set -o pipefail
55

6+
echo "Extra args for pytest (PYTEST_EXTRA_ARGS): $PYTEST_EXTRA_ARGS"
67
cat /etc/hosts
78
bash ./compare_release_src.sh
89
# Creating venv
@@ -85,7 +86,6 @@ export AWS_ACCESS_KEY_ID=${sts[0]}
8586
export AWS_SECRET_ACCESS_KEY=${sts[1]}
8687
export AWS_SESSION_TOKEN=${sts[2]}
8788
# Run tests
88-
echo "Extra args for pytest - $PYTEST_EXTRA_ARGS"
8989
cd tests
9090
apt-get install -y firefox-esr
9191
export MOZ_HEADLESS=1

0 commit comments

Comments
 (0)