mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 09:09:06 +08:00
Add coverity workflow
This commit is contained in:
committed by
Andrii Nakryiko
parent
5d5af3f07e
commit
26497b9a88
@@ -423,9 +423,10 @@ fi
|
||||
echo "${setup_script}" | sudo tee "$mnt/etc/rcS.d/S50-run-tests" > /dev/null
|
||||
sudo chmod 755 "$mnt/etc/rcS.d/S50-run-tests"
|
||||
|
||||
fold_shutdown="$(travis_fold start shutdown)"
|
||||
poweroff_script="#!/bin/sh
|
||||
|
||||
echo travis_fold:start:shutdown
|
||||
echo ${fold_shutdown}
|
||||
echo -e '\033[1;33mShutdown\033[0m\n'
|
||||
|
||||
poweroff"
|
||||
|
||||
Reference in New Issue
Block a user