Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
e52611ce
Commit
e52611ce
authored
Jul 10, 2018
by
Benedikt Kleinmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In ".gitlab-ci.yml", added description skip multiple tests.
parent
024057fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
.gitlab-ci.yml
.gitlab-ci.yml
+13
-1
No files found.
.gitlab-ci.yml
View file @
e52611ce
...
...
@@ -8,7 +8,19 @@ unit_tests_with_coverage:
#
# Watch out: OpenCL code cannot be run on virtual machine. Therefore,
# skip this tests.
#
# Use following (exclamation) syntax to skip test(s). Please note,
# exclamation mark must be escaped with backslash.
#
# #Exclude one test class, by using the explanation mark (!)
# mvn test -Dtest=!LegacyTest
# # Exclude one test method
# mvn verify -Dtest=!LegacyTest#testFoo
# # Exclude two test methods
# mvn verify -Dtest=!LegacyTest#testFoo+testBar
# # Exclude a package with a wildcard (*)
# mvn test -Dtest=!com.mycompany.app.Legacy*
script
:
-
mvn clean
-
mvn test -Dtest=\!TestConvolution
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment