Browse Source
This reverts commit 4f5b96e84c
.
The commit edited .testr.conf which caused unit tests to be skipped
altogehter, and that is obviously not the right thing to do.
Conflicts:
tox.ini
Change-Id: I404e725f33e20f75c33bb794f326e46176d54f10
stable/ocata
3 changed files with 4 additions and 25 deletions
@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash |
||||
|
||||
set -o pipefail |
||||
|
||||
TESTRARGS=$@ |
||||
|
||||
if [ ! -d .testrepository ]; then |
||||
testr init |
||||
fi |
||||
testr run --subunit $TESTRARGS | subunit-trace -f -n |
||||
retval=$? |
||||
testr slowest |
||||
|
||||
exit $retval |
Loading…
Reference in new issue