Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 76615ae

Browse files
authored
Fix regression false positives
1 parent 3580bc9 commit 76615ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script-library/test/regression/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG RUN_COMMON_SCRIPT="true"
1414
ARG UPGRADE_PACKAGES="false"
1515
ARG RUN_ONE="false"
1616
RUN --mount=target=/script-library,source=.,type=bind,rw \
17-
sh /script-library/test/regression/run-scripts.sh /script-library true ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
17+
bash /script-library/test/regression/run-scripts.sh /script-library true ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
1818

1919
ENV DBUS_SESSION_BUS_ADDRESS="autolaunch:" DISPLAY=":1" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"
2020
ENTRYPOINT [ "/usr/local/share/docker-init.sh", "/usr/local/share/ssh-init.sh", "/usr/local/share/desktop-init.sh" ]

script-library/test/regression/alt.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG RUN_COMMON_SCRIPT="true"
2222
ARG UPGRADE_PACKAGES="false"
2323
ARG RUN_ONE="false"
2424
RUN --mount=target=/script-library,source=.,type=bind,rw \
25-
sh /script-library/test/regression/run-scripts.sh /script-library false ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
25+
bash /script-library/test/regression/run-scripts.sh /script-library false ${USERNAME} ${RUN_COMMON_SCRIPT} ${UPGRADE_PACKAGES} ${RUN_ONE}
2626

2727
ENV DBUS_SESSION_BUS_ADDRESS="autolaunch:" DISPLAY=":1" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"
2828
ENTRYPOINT [ "/usr/local/share/docker-init.sh", "/usr/local/share/ssh-init.sh", "/usr/local/share/desktop-init.sh" ]

0 commit comments

Comments
 (0)