mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
fail test script on error
This commit is contained in:
parent
027ba03e63
commit
3e690ee703
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
|
||||
|
|
Loading…
Reference in a new issue