parent
559ecef0cd
commit
36742c1fec
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
mkdir -p reports
|
||||||
|
for f in tests/*.lua; do
|
||||||
|
NAME=$(basename ${f} .lua)
|
||||||
|
lua5.1 ${f} > reports/${NAME}.tap
|
||||||
|
done
|
||||||
|
#EOF
|
Loading…
Reference in new issue