Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the exit code check in native test scripts (#1363)
We had it double escaped, which meant we ended up with `EXIT_STATUS=\$?` This doesn't work in bash, it needs to be `EXIT_STATUS=$?`
- Loading branch information