Skip to content

Commit

Permalink
followup ec56822
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 29, 2017
1 parent ec56822 commit 2c4b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/test_sipfiles_uptodate.sh
Expand Up @@ -28,7 +28,7 @@ done < <(
sed -n -r 's/^%Include (.*\.sip)/core\/\1/p' python/core/core.sip
sed -n -r 's/^%Include (.*\.sip)/gui\/\1/p' python/gui/gui.sip
sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/analysis/analysis.sip
sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/server/server.sip
sed -n -r 's/^%Include (.*\.sip)/server\/\1/p' python/server/server.sip
)


Expand Down

1 comment on commit 2c4b3bb

@3nids
Copy link
Member Author

@3nids 3nids commented on 2c4b3bb Apr 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failing os test not related to this commit

[425/3608] Generating flex_qgsexpressionlexer.cpp
/.../QGIS/src/core/qgsexpressionlexer.ll:207: warning, the character range [[NON-UTF-8-BYTE-0x80]-[NON-UTF-8-BYTE-0xFF]] is ambiguous in a case-insensitive scanner

Please sign in to comment.