mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
No EOL
99 B
Bash
Executable file
8 lines
No EOL
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex -o pipefail
|
|
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
UPDATE_GOLDEN=true scripts/test.sh |