Re: [kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment

2025-07-07 Thread Andrew Jones
On Mon, Jul 07, 2025 at 08:57:37AM -0700, Jesse Taube wrote: > On Fri, Jul 4, 2025 at 1:17 AM Andrew Jones wrote: > > > > On Thu, Jul 03, 2025 at 06:36:00AM -0700, Jesse Taube wrote: > > > Add --[enable|disable]-sbi-exit-code to configure script. > > > With the default value disabled. > > > Add a

Re: [kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment

2025-07-07 Thread Jesse Taube
On Fri, Jul 4, 2025 at 1:17 AM Andrew Jones wrote: > > On Thu, Jul 03, 2025 at 06:36:00AM -0700, Jesse Taube wrote: > > Add --[enable|disable]-sbi-exit-code to configure script. > > With the default value disabled. > > Add a check for SBI_PASS_EXIT_CODE in the environment, so that passing > > of t

Re: [kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment

2025-07-04 Thread Andrew Jones
On Thu, Jul 03, 2025 at 06:36:00AM -0700, Jesse Taube wrote: > Add --[enable|disable]-sbi-exit-code to configure script. > With the default value disabled. > Add a check for SBI_PASS_EXIT_CODE in the environment, so that passing > of the test status is configurable from both the > environment and t

[kvm-unit-tests PATCH] riscv: lib: Add sbi-exit-code to configure and environment

2025-07-03 Thread Jesse Taube
Add --[enable|disable]-sbi-exit-code to configure script. With the default value disabled. Add a check for SBI_PASS_EXIT_CODE in the environment, so that passing of the test status is configurable from both the environment and the configure script Signed-off-by: Jesse Taube --- configure |