Skip to content

Commit

Permalink
Changes to cxxtest's python configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Mar 24, 2013
1 parent 268d19d commit 99b94b2
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 @@ -45,7 +45,7 @@ vpython/bin/easy_install gcovr
vpython/bin/easy_install coverage
vpython/bin/easy_install pyutilib.th
cd "$WORKSPACE"/cxxtest/python
"$WORKSPACE"/vpython/bin/python setup.py install
"$WORKSPACE"/vpython/bin/python setup.py develop

# Cleanup test directories
cd "$WORKSPACE"/cxxtest/test
Expand All @@ -61,7 +61,7 @@ vpython/bin/nosetests -v -v -w "$WORKSPACE"/cxxtest \
|| echo "(INFO) nosetests returned non-zero return code"

# Generate Python code coverage
vpython/bin/coverage xml --omit="$WORKSPACE/vpython/lib/*" -o $WORKSPACE/cxxtest/test/coverage.xml
vpython/bin/coverage xml --omit="$WORKSPACE/vpython/lib/*,$WORKSPACE/cxxtest/test/*,$WORKSPACE/cxxtest/doc/examples/*" -o $WORKSPACE/cxxtest/test/coverage.xml

# Generate C++ code coverage
cd "$WORKSPACE"/cxxtest
Expand Down

0 comments on commit 99b94b2

Please sign in to comment.