nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

Unit Test Across supported OSes Using Docker [Suggestion] #32

Open pawel-lmcb opened 5 years ago

pawel-lmcb commented 5 years ago

I wanted to throw out an improvement suggestion, which is to launch docker containers and set up a .travis.yml file to create a matrix of tests for each supported OS.

We could put in a flag or something to dump the output into a file and use that to verify the installation was successful.

pawel-lmcb commented 5 years ago

We've modified the installation script to basically determine the Linux operating system using the base package management system. What I've noticed is that assuming some of the basic commands in the script are available in the operating system, causes issues since some packages aren't installed.