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