reset that isFinished flag, plz

This commit is contained in:
John Bintz 2011-06-10 15:50:14 -04:00
parent 2672550bbd
commit 5f025c9b91

View File

@ -322,6 +322,7 @@ void HeadlessSpecRunner::timerEvent(QTimerEvent *event)
if ((exitCode == 0 && runnerFiles.count() == 0) || (exitCode != 0)) { if ((exitCode == 0 && runnerFiles.count() == 0) || (exitCode != 0)) {
QApplication::instance()->exit(exitCode); QApplication::instance()->exit(exitCode);
} else { } else {
isFinished = false;
loadSpec(); loadSpec();
} }
} }