Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.0.0
-
None
-
windows 7, msvc 2008
-
0e96e47debd1d8c48d1d23fd51c9ee05f61c80e0
Description
Actual commands:
cd ..\debug\ && ..\debug\tst_qtcpsocket.exe
Expected commands:
cd .. && debug\tst_qtcpsocket.exe
This causes tests which use QProcess to fail when run using nmake check, but pass when run manually from the expected working directory.
On unix, the test executables are generated in the working directory for the test, without the debug/release subdirectories (at least for a default -developer-build configuration)
Attachments
Issue Links
- is required for
-
QTBUG-24231 Windows: QTcpSocket autotest fails
- Closed
-
QTBUG-24232 Windows: QTcpServer autotest fails
- Closed
-
QTBUG-24226 Windows: QNetworkReply autotest fails
- Closed