Build: Reference test as file on failure.

This commit is contained in:
Unknown W. Brackets 2020-12-31 06:58:30 -08:00
parent 898ed73e50
commit 7014e8997c

View File

@ -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 {