mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-02 20:00:35 +00:00
Build: Reference test as file on failure.
This commit is contained in:
parent
898ed73e50
commit
7014e8997c
@ -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…
x
Reference in New Issue
Block a user