diff --git a/autorun.sh b/autorun.sh index cdc27a3d50..c85fdb2179 100755 --- a/autorun.sh +++ b/autorun.sh @@ -4,7 +4,8 @@ set -e rootdir=$(readlink -f $(dirname $0)) -conf=~/autorun-spdk.conf +default_conf=~/autorun-spdk.conf +conf=${1:-${default_conf}} # If the configuration of tests is not provided, no tests will be carried out. if [[ ! -f $conf ]]; then