summaryrefslogtreecommitdiffstats
path: root/tests/prebuild
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-21 00:33:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-21 00:41:59 +0200
commit8ca7e8d808d61548503d7b995ae49ef2ccdb8bc5 (patch)
tree68ef44fd5e141b98ee92628fa0b7675a55de7582 /tests/prebuild
parenta0b15c2ada1ed5b3ed721dad149e8b60e032dc03 (diff)
tst_licenses: omit benchmarks testdata directory
Don't check for license headers in that directory and sub-directories, they may or may not have a valid license header. Change-Id: I5c495090dca9ebbfff7775c2525030be14c322f1 Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
Diffstat (limited to 'tests/prebuild')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index b5907a0e..809ac83a 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -167,7 +167,7 @@ my %optionalFiles = (
# need not have a license header.
qr{^tests/auto/qml/},
qr{^tests/auto/quick/},
- qr{^tests/benchmarks/qml/javascript/data/},
+ qr{^tests/benchmarks/qml/.*/data/},
qr{^tests/manual/scenegraph_lancelot/data/},
# The following can be removed when the paths become obsolete:
qr{^src/declarative/qml/v8/qv8debug_p\.h$},