|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v4 5/5] automation: modify RISC-V smoke test
The patch modifies the grep pattern to reflect the usage of WARN.
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
Reviewed-by: Alistair Francis <alistair.francis@xxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
Changes in V4:
- Add Reviewed-by: Alistair Francis <alistair.francis@xxxxxxx>
and Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
Changes in V3:
- Update commit message
---
Changes in V2:
- Leave only the latest "grep ..."
---
automation/scripts/qemu-smoke-riscv64.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/automation/scripts/qemu-smoke-riscv64.sh
b/automation/scripts/qemu-smoke-riscv64.sh
index e0f06360bc..02fc66be03 100755
--- a/automation/scripts/qemu-smoke-riscv64.sh
+++ b/automation/scripts/qemu-smoke-riscv64.sh
@@ -16,5 +16,5 @@ qemu-system-riscv64 \
|& tee smoke.serial
set -e
-(grep -q "Hello from C env" smoke.serial) || exit 1
+(grep -q "WARN is most likely working" smoke.serial) || exit 1
exit 0
--
2.39.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |