Commit b558514
committed
Make node version check more robust in e2e.sh
I noticed that when running `./tasks/e2e.sh`, the node version check was
failing to execute properly due to bash complaining (version
'3.2.57(1)-release' on my Mac OSX machine). Once I changed the test syntax
to use '[[', I found that sed wasn't stripping the node version correctly.
I verified this with:
nvm use 0.10
./tasks/e2e.sh
...which bombed out on a 'const' declaration'. It's probably down to some
platform peculiarities, but good to fix them nonetheless.1 parent c9bc6ce commit b558514
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments