dotfiles/tests
Andrei Jiroh Eugenio Halili 0bc516dfeb
Created entrypoint script for logging stuff
More logic will be added soon.
2021-08-29 21:21:02 +08:00
..
ubuntu Created entrypoint script for logging stuff 2021-08-29 21:21:02 +08:00
README.md Add README for tests directory 2021-08-27 22:33:29 +08:00

README.md

Tests for Bootstrap Scripts

What is THIS?!?

Shit may happen sometimes, especially if you ever write Bash script for bootstrap without using ShellCheck or shfmt. These tests usually happen after pushing changes of bootstrap script to GitHub, probably switch to GitLab CI for the image builds. What it does is just run the bootstrap script from an local copy within the Docker image.

Why?

I want to test my bootstrap script against every possible edge cases, including GitHub Codespaces and Gitpod, but I cannot cover all cases, so this will be in best effort basis.