We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6525fe commit e3b2ac8Copy full SHA for e3b2ac8
tests/tests.py
@@ -67,7 +67,7 @@ def setUpClass(cls):
67
# Run Maven and go back to the working folder
68
cwd = os.getcwd()
69
os.chdir(java_dir)
70
- subprocess.call(['mvn', 'test'], shell=True)
+ subprocess.call('mvn test', shell=True)
71
os.chdir(cwd)
72
73
def read_file(self, filename, stream=False):
0 commit comments