summaryrefslogtreecommitdiffstats
path: root/scripts/qt
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2013-06-18 08:16:43 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-19 07:05:23 +0200
commit591e4d5e83cd42f126f2f3b3f3f6d6272125c8f8 (patch)
treefd658a331183be37dfd108c472795666e51a576a /scripts/qt
parent740278e0ae7c630d6a7e2aa5f0dbcbfac00a42b3 (diff)
Re-enabling revdep tests in ci
CI won't be skipping revdep tests if sync.profile has an empty string as a branch. Task-number: QTQAINFRA-614 Change-Id: If255c8752bd3ed9aee2ccbcbfb18c5e4c4880746 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'scripts/qt')
-rwxr-xr-xscripts/qt/qtmod_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt/qtmod_test.pl b/scripts/qt/qtmod_test.pl
index bd2a85e4..ee090fad 100755
--- a/scripts/qt/qtmod_test.pl
+++ b/scripts/qt/qtmod_test.pl
@@ -781,7 +781,7 @@ sub maybe_skip_revdep_test
}
my $wanted_dep_ref = $module_to_ref{ $qt_gitmodule };
- if ($wanted_dep_ref ne $qt_revdep_dep_ref) {
+ if ($wanted_dep_ref ne $qt_revdep_dep_ref && $wanted_dep_ref ne '') {
warn "revdep module's sync.profile refers to a ref other than this one:\n"
." [$qt_revdep_gitmodule]: $qt_gitmodule => $wanted_dep_ref\n"
." [$qt_gitmodule]: qt.revdep.dep_ref => $qt_revdep_dep_ref\n"