File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
12
12
# those packages would normally be included in our standard install
13
13
RUN apt-get update -qq \
14
14
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
15
- lsb-release unzip apt-transport-https \
15
+ lsb-release unzip apt-transport-https acl \
16
16
&& rm -rf /var/lib/apt/lists/*
17
17
RUN git clone https://github.com/bats-core/bats-core.git && \
18
18
cd bats-core && \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
12
12
# those packages would normally be included in our standard install
13
13
RUN apt-get update -qq \
14
14
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
15
- lsb-release unzip apt-transport-https \
15
+ lsb-release unzip apt-transport-https acl \
16
16
&& rm -rf /var/lib/apt/lists/*
17
17
RUN git clone https://github.com/bats-core/bats-core.git && \
18
18
cd bats-core && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
13
13
# those packages would normally be included in our standard install
14
14
RUN apt-get update -qq \
15
15
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
16
- lsb-release unzip apt-transport-https \
16
+ lsb-release unzip apt-transport-https acl \
17
17
&& rm -rf /var/lib/apt/lists/*
18
18
RUN git clone https://github.com/bats-core/bats-core.git && \
19
19
cd bats-core && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
13
13
# those packages would normally be included in our standard install
14
14
RUN apt-get update -qq \
15
15
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
16
- lsb-release unzip apt-transport-https \
16
+ lsb-release unzip apt-transport-https acl \
17
17
&& rm -rf /var/lib/apt/lists/*
18
18
RUN git clone https://github.com/bats-core/bats-core.git && \
19
19
cd bats-core && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
13
13
# those packages would normally be included in our standard install
14
14
RUN apt-get update -qq \
15
15
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
16
- lsb-release unzip apt-transport-https \
16
+ lsb-release unzip apt-transport-https acl \
17
17
&& rm -rf /var/lib/apt/lists/*
18
18
RUN git clone https://github.com/bats-core/bats-core.git && \
19
19
cd bats-core && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
13
13
# those packages would normally be included in our standard install
14
14
RUN apt-get update -qq \
15
15
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
16
- lsb-release unzip apt-transport-https \
16
+ lsb-release unzip apt-transport-https acl \
17
17
&& rm -rf /var/lib/apt/lists/*
18
18
RUN git clone https://github.com/bats-core/bats-core.git && \
19
19
cd bats-core && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
13
13
# those packages would normally be included in our standard install
14
14
RUN apt-get update -qq \
15
15
&& apt-get install --yes -qq --no-install-recommends systemd systemd-sysv git wget python3 python3-pip apt-utils jq \
16
- lsb-release unzip apt-transport-https \
16
+ lsb-release unzip apt-transport-https acl \
17
17
&& rm -rf /var/lib/apt/lists/*
18
18
RUN git clone https://github.com/bats-core/bats-core.git && \
19
19
cd bats-core && \
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ load openhab.bash
6
6
7
7
setup_file () {
8
8
export BASEDIR=" ${BATS_TEST_DIRNAME} /.."
9
+ setfacl -R -m g::rwX /var/log/openhab2
9
10
}
10
11
11
12
teardown_file () {
@@ -15,7 +16,6 @@ teardown_file() {
15
16
16
17
@test " installation-frontail_install" {
17
18
echo -e " # ${COL_CYAN} $( timestamp) [openHABian] Frontail installation starting...${COL_DEF} " >&3
18
- setfacl -R -m g::rwX /var/log/openhab2
19
19
run frontail_setup 3>& -
20
20
if [ " $status " -ne 0 ]; then echo " $output " >&3 ; fi
21
21
[ " $status " -eq 0 ]
You can’t perform that action at this time.
0 commit comments