Skip to content

Commit 2177fea

Browse files
committed
[tests] Fixed selenium test announcer
1 parent a0e92a4 commit 2177fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Starting standard tests"
55
coverage run runtests.py --parallel --exclude-tag=selenium_tests \
66
|| coverage run ./runtests.py
77

8-
echo "Starting standard tests"
8+
echo "Starting selenium browser tests"
99
coverage run runtests.py --tag=selenium_tests --no-input --exclude-pytest
1010

1111
echo "Starting tests for extensibility"

0 commit comments

Comments
 (0)