5a145145ac
When running .functests or .unittests allow to pass argument on the command line for nosetests. Fixes bug 925636 Change-Id: Icb07c192328528900b502fbc937b9c83f70a4b0f
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase $@
|
|
rm -f .coverage
|