mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Minor, minor correction.
This commit is contained in:
parent
4231cad418
commit
8fa80a465d
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void TestRunner::createSnapshotFolder() {
|
|||
_snapshotFolder = _tempFolder + "/" + SNAPSHOT_FOLDER_NAME;
|
||||
QDir().mkdir(_snapshotFolder);
|
||||
}
|
||||
|
||||
void TestRunner::killProcesses() {
|
||||
killProcessByName("assignment-client.exe");
|
||||
killProcessByName("domain-server.exe");
|
||||
|
|
Loading…
Reference in a new issue