[builder] print qa checks if we are doing et

This commit is contained in:
Ettore Di Giacinto
2016-07-16 10:27:54 +02:00
committed by GitHub
parent c8cd58df4b
commit b33b4aa619
+1 -1
View File
@@ -408,8 +408,8 @@ if ($use_equo) {
}
}
say "*** Repoman checks ***";
if ( $repoman_check == 1 ) {
say "*** Repoman checks ***";
say "*** QA checks for $_" && system("pushd \$(dirname \$(equery which $_ 2>/dev/null)); repoman; popd") for ( @packages, @injected_packages );
}