CustomPiOS
CustomPiOS copied to clipboard
This is Pr #240 with unit testing
May not be merged, see talk in #240
I ran your unit test but I fail to see what the unit test has to do with the proposed changes. Nothing about the unit test seems to be using common.sh?
I ran your unit test but I fail to see what the unit test has to do with the proposed changes. Nothing about the unit test seems to be using common.sh? Start of line of
test_qemu_setup.sh
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Source the main script
source "${DIR}"/../src/common.sh
Then you can see plenty of uses of chroot_correct_qemu which is now part of common.sh
I added a test for "debian" and it looks okay.