qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] kvm-unit-tests: arm: Fail on unknown subtest


From: Christopher Covington
Subject: [Qemu-devel] [PATCH] kvm-unit-tests: arm: Fail on unknown subtest
Date: Tue, 29 Sep 2015 11:08:27 -0400

Signed-off-by: Christopher Covington <address@hidden>
---
 arm/selftest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arm/selftest.c b/arm/selftest.c
index fc9ec60..aa16a91 100644
--- a/arm/selftest.c
+++ b/arm/selftest.c
@@ -376,6 +376,8 @@ int main(int argc, char **argv)
                cpumask_set_cpu(0, &smp_reported);
                while (!cpumask_full(&smp_reported))
                        cpu_relax();
+       } else {
+               report("Unknown subtest", false);
        }
 
        return report_summary();
-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project




reply via email to

[Prev in Thread] Current Thread [Next in Thread]