No functional change. This will be useful in a moment.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
# along with this program. If not, see <http://www.gnu.org/licenses/>.
getplatforms () {
+ local xenarch=$1
+ local suite=$2
perl -e '
use Osstest;
csreadconfig();
- print join " ", $mhostdb->get_arch_platforms("'$blessing'", "'$1'", "'$2'") or die $!;
+ print join " ", $mhostdb->get_arch_platforms("'$blessing'", "'$xenarch'", "'$suite'") or die $!;
'
}