This commit is contained in:
Leon van Kammen 2023-03-30 20:08:17 +02:00
parent db8397c142
commit aa4058e32a
1 changed files with 1 additions and 1 deletions

2
make
View File

@ -28,7 +28,7 @@ tests(){
which python3 && python3 test/generated/test.py src/spec/*.json | awk '{ print "py: "$0 } END{ print "\n"}'
which node && node test/generated/test.js src/spec/*.json | awk '{ print "js: "$0 } END{ print "\n"}'
} | awk '$2 ~ /src/ { $2=sprintf("%-30s",$2); print $0; } 1' | tee /tmp/log.txt
grep error /tmp/log.txt && exit 1 || exit
grep error /tmp/log.txt && exit 1 || exit 0
}
doc(){