On Wed, Jul 18, 2018 at 12:02:22AM +0300, Sergey Bronnikov wrote: > Option -t adds ability to output in standard > machine-readable format - TAP (TestAnythingProtocol). > > Example: > > $ ./run_tests.sh -t -j5 > TAP version 13 > ok smptest > ok ioapic-split > ok ioapic > ok smptest3 > ok vmexit_cpuid > ok vmexit_vmcall > ok vmexit_mov_from_cr8 > ok vmexit_mov_to_cr8 > ok vmexit_inl_pmtimer > ok vmexit_ipi > ok vmexit_ipi_halt > ... > > Signed-off-by: Sergey Bronnikov <sergeyb@xxxxxxxxxxxxxx> > --- > run_tests.sh | 21 +++++++++++++++++++-- > scripts/runtime.bash | 48 +++++++++++++++++++++++++++++++++++++++--------- > 2 files changed, 58 insertions(+), 11 deletions(-) > Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>