diff options
author | sundar <none@none> | 2013-01-10 19:03:25 +0530 |
---|---|---|
committer | sundar <none@none> | 2013-01-10 19:03:25 +0530 |
commit | ce7aa63d541e5fac9f9a6ecbcc6e085643e928a8 (patch) | |
tree | 5bae3ec5debd31cf20f51cbed7f13fde107cbc6e /make/build-benchmark.xml | |
parent | e0e9ae3470bd108d7b7ec27837cf8b00b0f0617b (diff) | |
download | nashorn-ce7aa63d541e5fac9f9a6ecbcc6e085643e928a8.tar.gz |
8005987: ant octane tries to run non-benchmark scripts
Reviewed-by: lagergren, attila, jlaskey
Diffstat (limited to 'make/build-benchmark.xml')
-rw-r--r-- | make/build-benchmark.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-benchmark.xml b/make/build-benchmark.xml index 927d7cdc..b3ff4bb0 100644 --- a/make/build-benchmark.xml +++ b/make/build-benchmark.xml @@ -27,7 +27,7 @@ <fileset id="octane-set" dir="${octane-test-sys-prop.test.js.roots}" excludes="${octane-test-sys-prop.test.js.exclude.list}"> - <include name="**/*.js"/> + <include name="*.js"/> </fileset> <pathconvert pathsep=" " property="octane-tests" refid="octane-set"/> <property name="extra-arg" value=""/> |