mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
7 lines
179 B
Bash
7 lines
179 B
Bash
#!/bin/bash
|
|
|
|
source ./setup.sh
|
|
|
|
# Generate Junit results
|
|
python3 -m pytest -v --junitxml /tests/junit/mleap_sql.xml -o junit_suite_name=mleap_sql --durations=0 mleap_sql_tests.py
|