#!/bin/bash
# set -xv
cd ~                           && \
test_select tools              && \
. test_env                     && \
install_from_iso Debug

