summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-02-02 19:47:39 +0100
committerChmouel Boudjnah <chmouel@chmouel.com>2012-02-02 19:47:39 +0100
commit5a145145ac3a220d1fb7bcda5b4451b090367c00 (patch)
tree8fbbb2a3a06de69a0ed65531f06dd5489853be1c /.unittests
parent80a3cb556d1ea2b8ac284816096198b89a2cf117 (diff)
downloadswift-5a145145ac3a220d1fb7bcda5b4451b090367c00.tar.gz
Allow to pass arguments to nosetest.
When running .functests or .unittests allow to pass argument on the command line for nosetests. Fixes bug 925636 Change-Id: Icb07c192328528900b502fbc937b9c83f70a4b0f
Diffstat (limited to '.unittests')
-rwxr-xr-x.unittests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.unittests b/.unittests
index c115578a8..f0ecf0581 100755
--- a/.unittests
+++ b/.unittests
@@ -1,4 +1,4 @@
#!/bin/bash
-nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase
+nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase $@
rm -f .coverage