5a145145ac
When running .functests or .unittests allow to pass argument on the command line for nosetests. Fixes bug 925636 Change-Id: Icb07c192328528900b502fbc937b9c83f70a4b0f
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
nosetests test/functional --exe $@
|
|
nosetests test/functionalnosetests --exe $@
|