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