Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2012-05-11 18:31:31 +0000
committerRoland Grunberg2012-05-16 20:02:18 +0000
commit7d8046371d2e84fee558ccc21afd132cebfa8957 (patch)
tree2de3b4767efcd1b10726dfab9fbe170c29061cf2 /oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
parentee82a2552f417b02df30f5200d947b144711f42e (diff)
downloadorg.eclipse.linuxtools-7d8046371d2e84fee558ccc21afd132cebfa8957.tar.gz
org.eclipse.linuxtools-7d8046371d2e84fee558ccc21afd132cebfa8957.tar.xz
org.eclipse.linuxtools-7d8046371d2e84fee558ccc21afd132cebfa8957.zip
Disable running the OProfile/Valgrind tests for build-server profile.
When running under the build-server profile, the underlying profiling tools for OProfile/Valgrind will not be present. In this case these plugins will either run with pre-generated data, or not run at all. Currently we disable running these tests by default but we should not.
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
index e1fea64f50..c679e25cd5 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
@@ -33,7 +33,6 @@
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<product>org.eclipse.sdk.ide</product>
- <argLine>-Dorg.eclipse.linuxtools.oprofile.core.tests.runOprofile=no</argLine>
<testSuite>org.eclipse.linuxtools.oprofile.core.tests</testSuite>
<testClass>org.eclipse.linuxtools.oprofile.core.tests.AllCoreTests</testClass>
</configuration>

Back to the top