summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-26 19:18:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-10-29 15:10:54 +0000
commit767f783d65fdd8d154167966b75525c73036e27e (patch)
tree349005a639d86b9bcfec63534b3b8cc90af17a58 /tests
parente7899cfcbf4c1fc4c77362973458262cadda765f (diff)
lupdate: don't abort on prf execution errorsv5.12.0-beta4
we report all messages with a "WARNING:" prefix specifically to indicate that the errors aren't supposed to be actually fatal in this context. Fixes: QTBUG-62478 Change-Id: I010abf34a216993af0d33d614345f6f562f0a10e Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/proparsing/features/default_pre.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing/features/default_pre.prf b/tests/auto/linguist/lupdate/testdata/good/proparsing/features/default_pre.prf
new file mode 100644
index 000000000..1163398dd
--- /dev/null
+++ b/tests/auto/linguist/lupdate/testdata/good/proparsing/features/default_pre.prf
@@ -0,0 +1,2 @@
+load(default_pre)
+error("utter failure!")