mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
c533656483
commit
72ba1154ec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user