File: import-tests

package info (click to toggle)
lua-posix 36.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,720 kB
  • sloc: ansic: 5,462; makefile: 21; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
set -e
for v in $(grep 'luavs =' debian/gen-configs | grep -Po '\d\.\d'); do
    lua=lua$v
    echo "Testing with $lua"
    $lua debian/posix-test.lua
done