mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Added --progress flag to test-perf git commands
This commit is contained in:
parent
2024ef56b0
commit
7a8890df50
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ WARC_REPO="git@github.com:servo/servo-warc-tests.git"
|
||||||
|
|
||||||
# Clone the warc tests if they don't exist
|
# Clone the warc tests if they don't exist
|
||||||
if [[ ! -d ${WARC_DIR} ]]; then
|
if [[ ! -d ${WARC_DIR} ]]; then
|
||||||
git clone ${WARC_REPO}
|
git clone --progress ${WARC_REPO}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure we're running with an up-to-date warc test repo
|
# Make sure we're running with an up-to-date warc test repo
|
||||||
git -C ${WARC_DIR} pull
|
git -C ${WARC_DIR} pull --progress
|
||||||
|
|
||||||
virtualenv venv --python="$(which python3)"
|
virtualenv venv --python="$(which python3)"
|
||||||
PS1="" source venv/bin/activate
|
PS1="" source venv/bin/activate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue