debugger: reset AUTORUN explicitly for manual tests

Change-Id: Ic71082ebd7779068886b68bce20d7d75c3055c17
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-02 15:00:55 +01:00
committed by hjk
parent cce8521c68
commit 1bc2a721c1

View File

@@ -1829,6 +1829,9 @@ void DebuggerEnginePrivate::handleAutoTests()
} else if (s.startsWith(QLatin1String("#define USE_AUTORUN 2"))) {
m_testsPossible = true;
m_breakOnError = true;
} else {
m_testsPossible = false;
m_breakOnError = false;
}
break;
}