Skip to content

Commit

Permalink
test: do not write warnings to the converted file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed May 20, 2023
1 parent 15e67f5 commit 3a79253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $(dirname $0)

cp example.yml example.yml.orig

./fqcn-fixer.py -c examplecfg.yml -f example.yml -w -x
./fqcn-fixer.py -c examplecfg.yml -f example.yml -w -x -W

cmp example.yml exampleconverted.yml
E=$?
Expand Down

0 comments on commit 3a79253

Please sign in to comment.