summaryrefslogtreecommitdiff
path: root/.functests
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 /.functests
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 '.functests')
-rwxr-xr-x.functests4
1 files changed, 2 insertions, 2 deletions
diff --git a/.functests b/.functests
index 86abce360..a0123679c 100755
--- a/.functests
+++ b/.functests
@@ -1,4 +1,4 @@
#!/bin/bash
-nosetests test/functional --exe
-nosetests test/functionalnosetests --exe
+nosetests test/functional --exe $@
+nosetests test/functionalnosetests --exe $@