From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk7mK-0008Vi-Fy for qemu-devel@nongnu.org; Thu, 17 Jan 2019 08:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk7hp-0003Ad-OV for qemu-devel@nongnu.org; Thu, 17 Jan 2019 08:27:39 -0500 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:50869) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gk7hl-0002YJ-PJ for qemu-devel@nongnu.org; Thu, 17 Jan 2019 08:27:35 -0500 Received: by mail-wm1-x32b.google.com with SMTP id n190so1071602wmd.0 for ; Thu, 17 Jan 2019 05:27:11 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 17 Jan 2019 13:27:02 +0000 Message-Id: <20190117132703.17790-7-alex.bennee@linaro.org> In-Reply-To: <20190117132703.17790-1-alex.bennee@linaro.org> References: <20190117132703.17790-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 6/7] scripts/archive-source: include softfloat tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= We need these if we want to run unit/softfloat tests in our docker containers. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh index 62bd22578b..6eed2a29bd 100755 --- a/scripts/archive-source.sh +++ b/scripts/archive-source.sh @@ -26,7 +26,7 @@ vroot_dir="${tar_file}.vroot" # independent of what the developer currently has initialized # in their checkout, because the build environment is completely # different to the host OS. -submodules="dtc ui/keycodemapdb" +submodules="dtc ui/keycodemapdb tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3" trap "status=$?; rm -rf \"$list_file\" \"$vroot_dir\"; exit \$status" 0 1 2 3 15 -- 2.17.1