2016-08-01 10:48:27 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
rootdir=$(readlink -f $(dirname $0))
|
|
|
|
|
|
|
|
# Runs agent scripts
|
|
|
|
$rootdir/autobuild.sh
|
2017-03-08 12:17:32 -07:00
|
|
|
sudo $rootdir/autotest.sh ~/autorun-spdk.conf
|
2016-08-01 10:48:27 -07:00
|
|
|
$rootdir/autopackage.sh
|