Skip to content

Commit 3f2a190

Browse files
committed
Removing verbose output when "requirement already installed"
1 parent 74a50eb commit 3f2a190

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/bootstrap.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
cd tests
3-
pip install selenium===$VERSION \
4-
docker===2.2.1
3+
pip install selenium===3.5.0 \
4+
docker===2.5.1 \
5+
| grep -v 'Requirement already satisfied'
6+
57
python test.py $1 $2

0 commit comments

Comments
 (0)