mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
15 lines
283 B
Bash
Executable File
15 lines
283 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# This script updates golden.txt and ignored.txt
|
|
#
|
|
#
|
|
# Note that even if a test is ignored, this script will invoke it.
|
|
#
|
|
set -eu
|
|
|
|
|
|
# Clean the ignore list
|
|
echo '' > tests/ignored.txt
|
|
|
|
scripts/add-golden.sh
|
|
scripts/ignore.sh 'fixture_tests__terser__compress__' |