Skip to content

Commit

Permalink
Bug fix: coverage option fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Mar 23, 2013
1 parent 9bbef6d commit 2434226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/jenkins_cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cd "$WORKSPACE"
# Run tests
export CXXTEST_GCOV_FLAGS='-fprofile-arcs -ftest-coverage'
vpython/bin/nosetests -v -v -w "$WORKSPACE"/cxxtest \
--coverage --with-xunit --xunit-file="$WORKSPACE"/TEST-cxxtest.xml \
--with-coverage --with-xunit --xunit-file="$WORKSPACE"/TEST-cxxtest.xml \
|| echo "(INFO) nosetests returned non-zero return code"

# Generate Python code coverage
Expand Down

0 comments on commit 2434226

Please sign in to comment.