chore(sdk): fix sdk/python/tests/run_tests.sh to run all the tests in the folder. (#6543)
This commit is contained in:
parent
680e9175a6
commit
8c470f324d
|
|
@ -14,4 +14,4 @@
|
|||
# limitations under the License.
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
python3 -m unittest discover --verbose --start-dir . --top-level-directory=.
|
||||
python3 -m unittest discover --verbose --top-level-directory=. -p "*test*.py"
|
||||
|
|
|
|||
Loading…
Reference in New Issue