2016-11-28 00:56:14 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2018-11-16 01:23:17 +08:00
|
|
|
set -euo pipefail
|
|
|
|
|
2019-07-13 06:15:17 +08:00
|
|
|
python --version
|
|
|
|
|
2016-11-28 02:22:18 +08:00
|
|
|
mvn -q -Dparallel=methods -DthreadCount=4 -Dtest=python2.* test
|
2019-01-04 08:27:05 +08:00
|
|
|
|
|
|
|
cd ../runtime/Python2/tests
|
|
|
|
|
2019-07-13 06:15:17 +08:00
|
|
|
python run.py
|