Skip to content

Commit

Permalink
[actions] in actions, use the "quiet" version of generateAndCompare f…
Browse files Browse the repository at this point in the history
…or the 'manual' codegen test
  • Loading branch information
valassi committed Oct 30, 2023
1 parent 9604817 commit 7931af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ for proc in $processes; do
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
if [ "${proc%.mad}" != "${proc}" ]; then
# Generate code and check clang formatting
./CODEGEN/generateAndCompare.sh ${proc%.mad} --mad
./CODEGEN/generateAndCompare.sh -q ${proc%.mad} --mad
elif [ "${proc%.sa}" != "${proc}" ]; then
# Generate code and check clang formatting
./CODEGEN/generateAndCompare.sh ${proc%.sa}
./CODEGEN/generateAndCompare.sh -q ${proc%.sa}
else
echo "WARNING! SKIP process directory '${proc}' because it does not end in .mad or .sa"
fi
Expand Down

0 comments on commit 7931af4

Please sign in to comment.