Skip to content

Commit ce1bb82

Browse files
lzufalconwtarreau
authored andcommitted
selftests/nolibc: allow report with existing test log
After the tests finish, it is valuable to report and summarize with existing test log. This avoid rerun or run the tests again when not necessary. Reviewed-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Zhangjin Wu <falcon@tinylab.org> Signed-off-by: Willy Tarreau <w@1wt.eu>
1 parent faeb4e0 commit ce1bb82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/testing/selftests/nolibc/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ rerun:
216216
$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio $(QEMU_ARGS) > "$(CURDIR)/run.out"
217217
$(Q)$(REPORT) $(CURDIR)/run.out
218218

219+
# report with existing test log
220+
report:
221+
$(Q)$(REPORT) $(CURDIR)/run.out
222+
219223
clean:
220224
$(call QUIET_CLEAN, sysroot)
221225
$(Q)rm -rf sysroot

0 commit comments

Comments
 (0)