summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-09-17 22:34:35 +0300
committerOrgad Shaneh <orgads@gmail.com>2017-09-27 08:35:49 +0000
commitc94b813561b486cce98a98fb0ba118daeccdf685 (patch)
tree9571134462ad7eb7311d9e39503a7f771cbe8168
parent119fc885be8603dce4881f9aa894a02fe72ce687 (diff)
downloadqt-creator-c94b813561b486cce98a98fb0ba118daeccdf685.tar.gz
Dumpers: Quit test immediately if make fails
Change-Id: Idee48a997dce047e5ad90d133fce9c610f609a9a Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 197ff2468e..5c565cdc4f 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1405,6 +1405,7 @@ void tst_Dumpers::dumper()
qDebug().noquote() << fullCode;
qDebug() << "\n------------------ CODE --------------------";
qDebug().noquote() << "Project file: " << proFile.fileName();
+ QCOMPARE(make.exitCode(), 0);
}
if (data.neededDwarfVersion.isRestricted) {