SDK - Fixed the unittest script (#556)

This commit is contained in:
Alexey Volkov 2019-01-09 18:43:46 -08:00 committed by Kubernetes Prow Robot
parent 83e9ffe5bc
commit 786544b06b
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
# limitations under the License.
cd $(dirname $0)
python3 -m unittest --verbose
python3 -m unittest discover --verbose --start-dir tests --top-level-directory=..