From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 0/6] run_tests fixes and new functionality prep Date: Fri, 22 Jan 2016 15:58:23 +0100 Message-ID: <1453474709-10679-1-git-send-email-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36313 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752733AbcAVO6g (ORCPT ); Fri, 22 Jan 2016 09:58:36 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 3A252C0AC92B for ; Fri, 22 Jan 2016 14:58:36 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: It's time to revive up my "run_tests.sh changes"[*] series from a month ago. Thanks to Radim's rework of mkstandalone it should be cleaner and easier this time around. We need to fixup a couple things from that rework and start preparing to share functions among arch run scripts. That's what this series does. Thanks, drew [*] https://www.mail-archive.com/kvm@vger.kernel.org/msg124375.html Andrew Jones (6): run_tests.sh: a few rewrite fixups mkstandalone: fix generation for arm arch-run: DRYRUN is no longer needed, kill it arm/run: allow tests to run in AArch32 mode runtime: move getopts to run_tests.sh runtime: make the MAX_SMP loop a function arm/run | 42 ++++++++++++++-------------------- run_tests.sh | 43 +++++++++++++++++++++++++++++++++-- scripts/mkstandalone.sh | 12 +++++++++- scripts/runtime.bash | 60 +++++++++++++++---------------------------------- x86/run | 10 ++++----- 5 files changed, 91 insertions(+), 76 deletions(-) -- 2.4.3