Fixed git show for upper-constraints.txt in lib/tempest

Change-Id: Id133108e0436018be81fca74a15ff29a4fe2e796
Closes-Bug: #1789643
This commit is contained in:
Lenny Verkhovsky 2018-08-29 16:41:04 +03:00
parent 6268947823
commit a1d95322f1
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ function configure_tempest {
fi
# The requirements might be on a different branch, while tempest needs master requirements.
(cd $REQUIREMENTS_DIR && git show master:upper-constraints.txt) > u-c-m.txt
(cd $REQUIREMENTS_DIR && git show origin/master:upper-constraints.txt) > u-c-m.txt
tox -evenv-tempest -- pip install -c u-c-m.txt -r requirements.txt
# Auth: