Skip to content

Commit

Permalink
one dot, 5% increase in coverage
Browse files Browse the repository at this point in the history
Change-Id: I1a2d603be983aa3291d22f7258437ee264e6c559
  • Loading branch information
dpgoetz committed Dec 17, 2012
1 parent 7f60997 commit 2a9bf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .unittests
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

cd $(dirname $0)/test/unit
nosetests --exe --with-coverage --cover-package swift --cover-erase $@
cd $(dirname $0)/test/unit
nosetests --exe --with-coverage --cover-package swift. --cover-erase $@
rvalue=$?
rm -f .coverage
cd -
Expand Down

0 comments on commit 2a9bf20

Please sign in to comment.