Skip to content

Instantly share code, notes, and snippets.

@marler8997
Created February 15, 2018 16:38
Show Gist options
  • Save marler8997/f3973cc6bcde7a88d04f48140ea8fe6b to your computer and use it in GitHub Desktop.
Save marler8997/f3973cc6bcde7a88d04f48140ea8fe6b to your computer and use it in GitHub Desktop.
## Script to update json test files
set -x
make test_results/compilable/json2.d.out
cp test_results/compilable/json2.out.sanitized compilable/extra-files/json2.out
make test_results/compilable/jsonCompilerInfo.d.out
cp test_results/compilable/jsonCompilerInfo.out.sanitized compilable/extra-files/jsonCompilerInfo.out
make test_results/compilable/json_nosource.sh.out
cp test_results/compilable/json_nosource.out.sanitized compilable/extra-files/json_nosource.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment