alexanderepstein / Bash-Snippets

A collection of small bash scripts for heavy terminal users
MIT License
9.64k stars 842 forks source link

test: `cheat.bats` is testing `stocks` #184

Closed virgilwashere closed 5 years ago

virgilwashere commented 5 years ago

Issue Label:

Description:

cheat.bats was overwritten with stocks.bats a while back.

If its a bug make sure to include this section.

OS and OS version:

OS Version:

$ uname -a
Linux firefly 4.4.0-18362-Microsoft #1-Microsoft Mon Mar 18 12:02:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -ds
Ubuntu 18.04.1 LTS
alexanderepstein commented 5 years ago

Fixed in #185

alexanderepstein commented 5 years ago

@virgilwashere So it seems most tests are now working on OSX except for a single weather test if you happen to get time to fix https://travis-ci.org/alexanderepstein/Bash-Snippets/jobs/528642485 .

Additionally if possible I would like to fix the Linux tests so that both systems can be part of the required CI pipeline.

If you are busy or don't want to do these things that is alright as well, I appreciate what you have already done!