mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
More verbose sip failure
This commit is contained in:
parent
dca0fb9026
commit
21280c39c0
@ -25,12 +25,14 @@ for module in "${modules[@]}"; do
|
||||
outdiff=$(./scripts/sipify.pl -p python/${module}/auto_additions/${pyfile}.temp $header | diff python/$sipfile.in -)
|
||||
if [[ -n "$outdiff" ]]; then
|
||||
echo " *** SIP file not up to date: $sipfile"
|
||||
echo " $outdiff "
|
||||
code=1
|
||||
fi
|
||||
if [[ -f python/${module}/auto_additions/${pyfile}.temp ]]; then
|
||||
outdiff2=$(diff python/${module}/auto_additions/${pyfile} python/${module}/auto_additions/${pyfile}.temp)
|
||||
if [[ -n "$outdiff2" ]]; then
|
||||
echo " *** Python addition file not up to date: $sipfile"
|
||||
echo " $outdiff2 "
|
||||
code=1
|
||||
fi
|
||||
fi
|
||||
|
@ -759,7 +759,6 @@ void TestQgsLayerTree::testSymbolText()
|
||||
<< QStringLiteral( "bbbb" )
|
||||
<< QStringLiteral( "cccc" )
|
||||
<< QStringLiteral( "7" ) );
|
||||
|
||||
//cleanup
|
||||
delete m;
|
||||
delete root;
|
||||
|
Loading…
x
Reference in New Issue
Block a user