From a2a526919447398a2b0f4a9245a83448f1eeac3d Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 19 Jul 2021 13:07:40 +0200 Subject: [PATCH] Add test script --- testing/live_test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testing/live_test.sh diff --git a/testing/live_test.sh b/testing/live_test.sh new file mode 100755 index 0000000..0c19e06 --- /dev/null +++ b/testing/live_test.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# this script runs in the rpm_test environment + +PACKAGES=( icinga-php-library ) + +icinga-build-rpm-install "${PACKAGES[@]}" + +bash