typofix
This commit is contained in:
parent
db8397c142
commit
aa4058e32a
1 changed files with 1 additions and 1 deletions
2
make
2
make
|
|
@ -28,7 +28,7 @@ tests(){
|
||||||
which python3 && python3 test/generated/test.py src/spec/*.json | awk '{ print "py: "$0 } END{ print "\n"}'
|
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"}'
|
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
|
} | 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(){
|
doc(){
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue