aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-13 08:41:43 +0100
committerSven Gothel <[email protected]>2020-01-13 08:41:43 +0100
commit17ced028996740af751542ddcd78d2e81d0fbbcf (patch)
treed8bdfe9c475ee7c1278337a81827544fe12e03d9 /make/build-test.xml
parent99327d6f66d9e0acfe0794e56f508aa3c8eb55b3 (diff)
build-test.xml: FIX usage of generic.junit.run.swt.headless.include.pattern (its a property!)
Missed the SWT headless unit tests altogether ;-)
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 372cc4cc7..52f8362fe 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -714,7 +714,7 @@
<for param="test.class.path.m" keepgoing="true">
<!-- results in absolute path -->
<fileset dir="${classes}">
- <include name="@{generic.junit.run.swt.headless.include.pattern}"/>
+ <include name="${generic.junit.run.swt.headless.include.pattern}"/>
<exclude name="**/*AWT*"/>
<exclude name="**/*$$*"/>
</fileset>