Merge "Add support for EGL_EXT_pixel_format_float" into nougat-cts-dev am: 13a05434cc...
[platform/upstream/VK-GL-CTS.git] / execserver / xsPosixTestProcess.cpp
index 5c9dcb6..9f4d21d 100644 (file)
@@ -200,7 +200,7 @@ void PosixTestProcess::start (const char* name, const char* params, const char*
        }
 
        // Construct command line.
-       string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).normalize().getPath();
+       string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).getPath();
        cmdLine += string(" --deqp-log-filename=") + logFilePath.getBaseName();
 
        if (hasCaseList)