diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-01 16:11:12 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-01 16:06:23 -0400 |
commit | faccf5f9c899c40d4da5792629d0714249a4616b (patch) | |
tree | 278529db9ea82f174c442e011b2ffb56e5d14786 /src/qt/test/apptests.cpp | |
parent | 6e4f6553913978fcdddba30e0bb6f97edcb12e80 (diff) |
doc: Explain QT_QPA_PLATFORM for gui tests
Diffstat (limited to 'src/qt/test/apptests.cpp')
-rw-r--r-- | src/qt/test/apptests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/apptests.cpp b/src/qt/test/apptests.cpp index 8ae01ac093..e730c8f6d5 100644 --- a/src/qt/test/apptests.cpp +++ b/src/qt/test/apptests.cpp @@ -57,7 +57,7 @@ void AppTests::appTests() // and fails to handle returned nulls // (https://bugreports.qt.io/browse/QTBUG-49686). QWARN("Skipping AppTests on mac build with 'minimal' platform set due to Qt bugs. To run AppTests, invoke " - "with 'test_bitcoin-qt -platform cocoa' on mac, or else use a linux or windows build."); + "with 'QT_QPA_PLATFORM=cocoa test_bitcoin-qt' on mac, or else use a linux or windows build."); return; } #endif |