summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-08-27 07:03:42 -0400
committerGitHub <noreply@github.com>2020-08-27 07:03:42 -0400
commitf01cec0216d77b580a6b518ec1379cdb337d2d7f (patch)
tree3e6cb16e05d95b47d432a5a869486bc695467fe7 /tests
parent46e868f90eb13b700289af39bb8d56c4b94a6d44 (diff)
Ensure Arch Linux images are up to date in CI before running checks. (#9825)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/updater_checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh
index 62db246004..dff87a670d 100755
--- a/tests/updater_checks.sh
+++ b/tests/updater_checks.sh
@@ -51,7 +51,7 @@ case "${running_os}" in
update-ca-certificates
;;
"arch")
- pacman -Sy
+ pacman --noconfirm -Syu
pacman --noconfirm --needed -S bash-bats curl libffi
;;
"alpine")