Make tests work like they used to.
Change-Id: I081d853a90ad0efce5b7a20b52794ce3348a9617
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
nosetests test/functional $@
|
||||
nosetests test/functionalnosetests $@
|
||||
cd test/functional
|
||||
nosetests --exe $@
|
||||
cd -
|
||||
|
||||
cd test/functionalnosetests
|
||||
nosetests --exe $@
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user