8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex -o pipefail
|
|
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
UPDATE_GOLDEN=true scripts/test.sh |