Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-25 15:54:17 -04:00
parent c533656483
commit 72ba1154ec
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -12,11 +12,14 @@ if [[ ! -f "$JOB_FILE" ]]; then
exit 1
fi
# mount the debug filesystem
mount -t debugfs none /sys/kernel/debug/
echo "Installing dependencies for ${ARG}..."
lkp install "$JOB_FILE"
echo "Running ${ARG}..."
lkp run "$JOB_FILE" || true
lkp run "$JOB_FILE"
echo "Getting result from ${ARG}..."
lkp stat