[ROSAUTOTEST] Run tests with current dir set to the test dir

This commit is contained in:
Timo Kreuzer 2021-06-29 09:36:46 +02:00
parent 847b037fe9
commit 6a9a739185

View file

@ -298,6 +298,8 @@ CWineTest::RunTest(CTestInfo* TestInfo)
ss << "Running Wine Test, Module: " << TestInfo->Module << ", Test: " << TestInfo->Test << endl;
StringOut(ss.str());
SetCurrentDirectoryW(m_TestPath.c_str());
StartTime = GetTickCount();
try