Skip to content

Commit

Permalink
Simplify o.e.l.valgrind.ui.tests
Browse files Browse the repository at this point in the history
No need for suite, no need for testClass, testSuite, remove useless
tycho-version and product.
  • Loading branch information
akurtakov committed Jan 5, 2024
1 parent 29ce180 commit 779ba95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions valgrind/org.eclipse.linuxtools.valgrind.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<testSuite>org.eclipse.linuxtools.valgrind.ui.tests</testSuite>
<testClass>org.eclipse.linuxtools.internal.valgrind.ui.quickfixes.tests.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<product>org.eclipse.product.ide</product>
</configuration>
</plugin>
</plugins>
Expand Down

This file was deleted.

0 comments on commit 779ba95

Please sign in to comment.