Skip to content
Snippets Groups Projects
Commit aab929b2 authored by Chris Croome's avatar Chris Croome
Browse files

test local_facts

parent 7ac70326
No related branches found
No related tags found
No related merge requests found
Pipeline #20506 passed
......@@ -11,7 +11,7 @@ if [[ -f "${PHPQUERY}" ]]; then
for v in ${VERSIONS}; do
SAPI=$("${PHPQUERY}" -v ${v} -S | sort)
echo ${v}=$(
jo $(
jo state=present $(
for s in ${SAPI}; do
MODULES=$("${PHPQUERY}" -v ${v} -s ${s} -M | sort)
echo sapi[${s}]=$(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment