Skip to content

Commit

Permalink
Another stab at the filter.
Browse files Browse the repository at this point in the history
git-svn-id: https://cxxtest.svn.sourceforge.net/svnroot/cxxtest/trunk@331 2f8b185b-e3eb-40a7-945f-4de83c84e57e
  • Loading branch information
whart222 committed Jan 5, 2012
1 parent 2fd4d31 commit 5e312fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/jenkins_cxxtest
Expand Up @@ -26,7 +26,7 @@ python/bin/nosetests -v -v --with-xunit --xunit-file=$WORKSPACE/TEST-cxxtest.xml

# Generate code coverage
cd cxxtest
../python/bin/gcovr -v -r $WORKSPACE/cxxtest -x -o $WORKSPACE/cxxtest/test/coverage.xml --gcov-filter '.*#test#(\.\.|^)#cxxtest#.*gcov'
../python/bin/gcovr -v -r $WORKSPACE/cxxtest -x -o $WORKSPACE/cxxtest/test/coverage.xml --gcov-filter '.*#test#(\.\.|\^)#cxxtest#.*gcov'

echo "DONE"

Expand Down

0 comments on commit 5e312fe

Please sign in to comment.