SDK - Fixed the unittest script (#556)
This commit is contained in:
parent
83e9ffe5bc
commit
786544b06b
|
|
@ -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=..
|
||||
|
|
|
|||
Loading…
Reference in New Issue