Skip to content

Commit

Permalink
More explicit specification of virtualenv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Jul 5, 2013
1 parent e1e5242 commit f32dfc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/jenkins_cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ done
\rm -Rf vpython
tmp=2.6
if [ "yes" = "$(echo | awk "($PYTHON_VER <= $tmp) { print \"yes\"; }")" ]; then
"$PYTHON" virtualenv_1.7.py "$WORKSPACE"/vpython || exit 1
"$PYTHON" "$WORKSPACE"/cxxtest/admin/virtualenv_1.7.py "$WORKSPACE"/vpython || exit 1
else
"$PYTHON" virtualenv.py "$WORKSPACE"/vpython || exit 1
"$PYTHON" "$WORKSPACE"/cxxtest/admin/virtualenv.py "$WORKSPACE"/vpython || exit 1
fi
vpython/bin/easy_install nose
if test "$PYTHON_VER" -gt 2; then
Expand Down

0 comments on commit f32dfc2

Please sign in to comment.