ceremcem / build-freecad-asm3

Build FreeCAD Asm3 inside a Debian container and run from there.
6 stars 0 forks source link

run-in-chroot.sh does not return the actual exit_code of running command #25

Open ceremcem opened 1 year ago

ceremcem commented 1 year ago

Test case

$ run-in-chroot.sh -n fc4 -u aea 'exit 1' || echo "correct" && echo "wrong"
wrong

Expected "correct" output.