From 85907e6cca83a39b8f64dff7a9a76480a05dc2af Mon Sep 17 00:00:00 2001 From: Kevin Cabrera Date: Mon, 1 Aug 2016 10:48:27 -0700 Subject: [PATCH] addition of autorun.sh script Change-Id: I3e38b68494ba8667e019174567405e6e5d62951b Signed-off-by: Kevin Cabrera --- autorun.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 autorun.sh diff --git a/autorun.sh b/autorun.sh new file mode 100755 index 0000000000..f06a333e87 --- /dev/null +++ b/autorun.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -e + +rootdir=$(readlink -f $(dirname $0)) + +# Runs agent scripts +$rootdir/autobuild.sh +sudo $rootdir/autotest.sh +$rootdir/autopackage.sh +