swift/.functests
Chmouel Boudjnah 5a145145ac 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
2012-02-02 19:47:39 +01:00

5 lines
92 B
Bash
Executable File

#!/bin/bash
nosetests test/functional --exe $@
nosetests test/functionalnosetests --exe $@