Skip to content
Snippets Groups Projects
Commit aa3c1aec authored by Aleksandr Guljajev's avatar Aleksandr Guljajev
Browse files

Hushing maven tests

parent 9c682486
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ class JavaServices(unittest.TestCase):
code_dir = script_dir + "/.."
home = expanduser("~")
command = ['docker', 'run', '--rm', '-v', home + '/.m2:/root/.m2', '-v', code_dir + ':/usr/src/mymaven', '-w',
'/usr/src/mymaven', 'maven:3.2-jdk-8', 'mvn', 'test']
'/usr/src/mymaven', 'maven:3.2-jdk-8', 'mvn', '-q', 'test']
print(Docker().execute(command))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment