File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ for module in "${modules[@]}"; do
25
25
outdiff=$( ./scripts/sipify.pl -p python/${module} /auto_additions/${pyfile} .temp $header | diff python/$sipfile .in -)
26
26
if [[ -n " $outdiff " ]]; then
27
27
echo " *** SIP file not up to date: $sipfile "
28
+ echo " $outdiff "
28
29
code=1
29
30
fi
30
31
if [[ -f python/${module} /auto_additions/${pyfile} .temp ]]; then
31
32
outdiff2=$( diff python/${module} /auto_additions/${pyfile} python/${module} /auto_additions/${pyfile} .temp)
32
33
if [[ -n " $outdiff2 " ]]; then
33
34
echo " *** Python addition file not up to date: $sipfile "
35
+ echo " $outdiff2 "
34
36
code=1
35
37
fi
36
38
fi
Original file line number Diff line number Diff line change @@ -759,7 +759,6 @@ void TestQgsLayerTree::testSymbolText()
759
759
<< QStringLiteral ( " bbbb" )
760
760
<< QStringLiteral ( " cccc" )
761
761
<< QStringLiteral ( " 7" ) );
762
-
763
762
// cleanup
764
763
delete m;
765
764
delete root;
You can’t perform that action at this time.
0 commit comments