1a37acda67
Enforce exactly one trailing \n, and fix all of the existing cases. Change-Id: I6218e4700e90aeb647eaee78089530c79993c8c8 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
11 lines
160 B
Bash
Executable File
11 lines
160 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rootdir=$(readlink -f $(dirname $0))
|
|
|
|
# Runs agent scripts
|
|
$rootdir/autobuild.sh
|
|
sudo $rootdir/autotest.sh
|
|
$rootdir/autopackage.sh
|