CI: print the list of RPMs on the system
this will make it easier to figure out what was there before installing SUT and help in debugging issues related to dependencies.
This commit is contained in:
parent
bfad57bf7b
commit
e2619221cf
1 changed files with 5 additions and 1 deletions
|
|
@ -25,4 +25,8 @@ CI MACHINE SPECS
|
|||
|
||||
------------------------------------------------------------------------------
|
||||
EOF
|
||||
echo -e "\033[0m"
|
||||
echo -e "\033[0m"
|
||||
|
||||
echo "List of installed packages:"
|
||||
rpm -qa | sort
|
||||
echo "------------------------------------------------------------------------------"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue