Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
  2. index bcfc835..064aa5c 100755
  3. --- a/tests/prebuild/license/tst_licenses.pl
  4. +++ b/tests/prebuild/license/tst_licenses.pl
  5. @@ -491,6 +491,8 @@ sub run
  6. # Get module name without the preceding path
  7. $moduleName = basename ($QT_MODULE_TO_TEST);
  8.  
  9. + # workaround to skip the validation of qtqa for qt5#5.4 due to license headers
  10. + push @excludedModules, "qtqa" if ('qt5' eq $moduleName);
  11. # Skip the test (and return success) if we don't want to scan this module
  12. if (grep { $_ eq $moduleName } @excludedModules) {
  13. plan skip_all => "$moduleName is excluded from license checks";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement