swc/crates/swc_ecma_minifier/scripts/update-list.sh
2021-11-10 19:00:54 +09:00

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__'