chore(sdk): fix sdk/python/tests/run_tests.sh to run all the tests in the folder. (#6543)

This commit is contained in:
Judah Rand 2021-09-14 01:08:31 +01:00 committed by GitHub
parent 680e9175a6
commit 8c470f324d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 discover --verbose --start-dir . --top-level-directory=.
python3 -m unittest discover --verbose --top-level-directory=. -p "*test*.py"