From 82518147020f5e5930d0273933c926413e7b8918 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 20 Jan 2015 15:35:22 +0000 Subject: tests.build: Fix cross-bootstrap tests to use cross-bootstrap-morphology --- tests.build/cross-bootstrap.script | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests.build/cross-bootstrap.script b/tests.build/cross-bootstrap.script index 51d9ef1e..0c05d281 100755 --- a/tests.build/cross-bootstrap.script +++ b/tests.build/cross-bootstrap.script @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013 Codethink Limited +# Copyright (C) 2013, 2015 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,13 +16,13 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# Test "morph cross-bootstrap", up to the point of the tarball it generates -# for the target +# Test "morph cross-bootstrap-morphology", up to the point of the tarball +# it generates for the target set -eu "$SRCDIR/tests.build/setup-build-essential" -"$SRCDIR/scripts/test-morph" cross-bootstrap \ +"$SRCDIR/scripts/test-morph" cross-bootstrap-morphology \ $("$SRCDIR/scripts/test-morph" print-architecture) \ test:morphs-repo master hello-system -- cgit v1.2.1