test: debug print INSTALLED_DISTROS in cross-distro.sh
Add more information when the cross-distro.sh test fails. Currently it prints: ``` DEBUG: ===== ALL_DISTROS ==== rhel-8 ... rhel-8 DEBUG: ===== ALL_EXPECTED_DISTROS ==== fedora-40 ... fedora-42 DEBUG: ===== ALL_REMAINDERS ==== rhel-8 .... rhel-8 DEBUG: ===== END ==== Some distros are missing! Missing distros: ``` But the most crucial information (i.e. what is installed) is missing from this debug print (it can be found in a different output but lets make it easy).
This commit is contained in:
parent
35167ce83f
commit
886ddc0bcc
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,8 @@ echo "DEBUG: ===== ALL_DISTROS ===="
|
|||
echo "$ALL_DISTROS"
|
||||
echo "DEBUG: ===== ALL_EXPECTED_DISTROS ===="
|
||||
echo "$ALL_EXPECTED_DISTROS"
|
||||
echo "DEBUG: ===== INSTALLED_DISTROS ===="
|
||||
echo "$INSTALLED_DISTROS"
|
||||
echo "DEBUG: ===== ALL_REMAINDERS ===="
|
||||
echo "$ALL_REMAINDERS"
|
||||
echo "DEBUG: ===== END ===="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue