#!/bin/bash
# set -xv
. chain_config
cd ~                           && \
test_select drivers            && \
. ./test                       &&
chain_continue

