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