Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index e96d8a922..558a007fc 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -46,7 +46,7 @@
<systemProperties>
<osgi.debug>${basedir}/tracing/.options</osgi.debug>
- <tcf.agent.path>${basedir}/.agent/agent</tcf.agent.path>
+ <tcf.agent.path>${WORKSPACE}/.agent</tcf.agent.path>
</systemProperties>
<includes>

Back to the top