better gen_expected script

This commit is contained in:
WebFreak001 2019-11-25 17:10:20 +01:00
parent 70bae7487e
commit 8c2076d4f2
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
#!/usr/bin/env bash
argsFile=$1.args
if [ -e ${argsFile} ]; then
args=$(cat ${argsFile})
fi
echo "Args:" ${args}
dfmt --brace_style=allman ${args} $1.d > allman/$1.d.ref
dfmt --brace_style=otbs ${args} $1.d > otbs/$1.d.ref
../bin/dfmt --brace_style=allman ${args} $1.d > allman/$1.d.ref
../bin/dfmt --brace_style=otbs ${args} $1.d > otbs/$1.d.ref
echo "------------------"
echo "allman:"