ソースを参照

Update rexm.c

pull/5365/head
Ray 1ヶ月前
コミット
e1d5adb326
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      tools/rexm/rexm.c

+ 2
- 1
tools/rexm/rexm.c ファイルの表示

@ -1677,7 +1677,8 @@ int main(int argc, char *argv[])
UnloadFileText(exTestBuildLog);
#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
char *exTestLog = LoadFileText(TextFormat("%s/%s/logs/%s.log", exBasePath, exCategory, exName));
#endif

読み込み中…
キャンセル
保存