reset that isFinished flag, plz
This commit is contained in:
parent
2672550bbd
commit
5f025c9b91
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user