mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Build: Reference test as file on failure.
This commit is contained in:
parent
898ed73e50
commit
7014e8997c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void GitHubActionsPrint(const char *type, const char *fmt, ...) {
|
|||
temp[TEMP_BUFFER_SIZE - 1] = '\0';
|
||||
va_end(args);
|
||||
|
||||
printf("::%s::%s\n", type, temp);
|
||||
printf("::%s file=%s::%s\n", type, currentTestName.c_str(), temp);
|
||||
}
|
||||
|
||||
struct BufferedLineReader {
|
||||
|
|
Loading…
Add table
Reference in a new issue