mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -12,11 +12,14 @@ if [[ ! -f "$JOB_FILE" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# mount the debug filesystem
|
||||||
|
mount -t debugfs none /sys/kernel/debug/
|
||||||
|
|
||||||
echo "Installing dependencies for ${ARG}..."
|
echo "Installing dependencies for ${ARG}..."
|
||||||
lkp install "$JOB_FILE"
|
lkp install "$JOB_FILE"
|
||||||
|
|
||||||
echo "Running ${ARG}..."
|
echo "Running ${ARG}..."
|
||||||
lkp run "$JOB_FILE" || true
|
lkp run "$JOB_FILE"
|
||||||
|
|
||||||
echo "Getting result from ${ARG}..."
|
echo "Getting result from ${ARG}..."
|
||||||
lkp stat
|
lkp stat
|
||||||
|
|||||||
Reference in New Issue
Block a user