Update test.sh

This commit is contained in:
2019-02-06 09:42:27 -06:00
parent 462ac18cca
commit 61696a3e31

View File

@@ -18,6 +18,7 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
exit 0
fi
declare -p NM_SRVCOPTS
for s in "${!NM_SRVCOPTS[@]}"; do
echo " [${s}] ${NM_SRVCOPTS[${s}]}"
done