unity-test-runner/action/steps
Paul Pacheco dd2ac8ed25
fix unary operator expected error
The if comparisons can sometimes compare an empty variable, which gives errors like this:
```
/steps/run_tests.sh: line 71: [: =: unary operator expected
```

This PR should fix the script to address that problem. 
See an explanation of why this error happens here:
https://codefather.tech/blog/bash-unary-operator-expected/
2021-09-25 12:00:07 -05:00
..
activate.sh Run license activation in an empty directory (#109) 2021-03-22 16:14:11 +01:00
return_license.sh Run license activation in an empty directory (#109) 2021-03-22 16:14:11 +01:00
run_tests.sh fix unary operator expected error 2021-09-25 12:00:07 -05:00