4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mvn -Dparallel=methods -DthreadCount=4 -Dtest=python2.* test
|