···11#!/bin/bash22#33-# Run a series of 14 tests under KVM. These are not particularly44-# well-selected or well-tuned, but are the current set.55-#66-# Edit the definitions below to set the locations of the various directories,77-# as well as the test duration.33+# Run a series of tests under KVM. By default, this series is specified44+# by the relevant CFLIST file, but can be overridden by the --configs55+# command-line argument.86#97# Usage: kvm.sh [ options ]108#