Skip to content

Commit

Permalink
run_tests: decomp: Run tests with WARNING logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Dec 30, 2017
1 parent 8bb8a29 commit 1030abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test_decomp() {
for f in tests/decomp/*/*.lst; do
echo $f
rm -f $(dirname $f)/funcdb.yaml
./apply_xform.py --log-level=ERROR --script script_decompile --format=c $f > $f.out|| failed
./apply_xform.py --log-level=WARNING --script script_decompile --format=c $f > $f.out|| failed
rm -f $(dirname $f)/funcdb.yaml
./apply_xform.py --log-level=ERROR --script script_decompile --format=c \
--no-dead --no-comments $f > $f.out.clean || failed
Expand Down

0 comments on commit 1030abe

Please sign in to comment.