We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb85699 commit 35746b2Copy full SHA for 35746b2
fluent-package/yum/systemd-test/tmpfiles.sh
@@ -2,14 +2,15 @@
2
3
set -exu
4
5
-. $(dirname $0)/common.sh
+. $(dirname $0)/commonvar.sh
6
7
# Display unit info for debug
8
sudo systemctl cat systemd-tmpfiles-clean.service
9
sudo systemctl cat systemd-tmpfiles-clean.timer
10
11
# Install the built package
12
-install_current
+sudo $DNF install -y \
13
+ /host/${distribution}/${DISTRIBUTION_VERSION}/x86_64/Packages/fluent-package-[0-9]*.rpm
14
15
# Wait all processes to start
16
(! systemctl status --no-pager fluentd)
0 commit comments