mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update rexm.c
This commit is contained in:
parent
43bd2b1e18
commit
e1d5adb326
@ -1677,7 +1677,8 @@ int main(int argc, char *argv[])
|
|||||||
UnloadFileText(exTestBuildLog);
|
UnloadFileText(exTestBuildLog);
|
||||||
|
|
||||||
#if defined(BUILD_TESTING_WEB)
|
#if defined(BUILD_TESTING_WEB)
|
||||||
char *exTestLog = LoadFileText(TextFormat("C:/Users/raysa/Downloads/%s.log", exName));
|
// TODO: REVIEW: Hardcoded path where web logs are copied after automatic download
|
||||||
|
char *exTestLog = LoadFileText(TextFormat("D:/testing_logs_web/%s.log", exName));
|
||||||
#else
|
#else
|
||||||
char *exTestLog = LoadFileText(TextFormat("%s/%s/logs/%s.log", exBasePath, exCategory, exName));
|
char *exTestLog = LoadFileText(TextFormat("%s/%s/logs/%s.log", exBasePath, exCategory, exName));
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user