Turns out that the exit status is returned in $?, not as the return value of run(). So our error checking was completely bogus.
2.8 KiB
2.8 KiB
Turns out that the exit status is returned in $?, not as the return value of run(). So our error checking was completely bogus.