addition of autorun.sh script
Change-Id: I3e38b68494ba8667e019174567405e6e5d62951b Signed-off-by: Kevin Cabrera <kevin.a.cabrera@intel.com>
This commit is contained in:
parent
021be6df16
commit
85907e6cca
11
autorun.sh
Executable file
11
autorun.sh
Executable file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user