File: import-tests

package info (click to toggle)
lua-posix 33.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 3,424 kB
  • sloc: ansic: 5,111; sh: 4,666; makefile: 53
file content (7 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
for dhlua in debian/*.posix.dh-lua.conf; do
    lua=$(basename $dhlua .posix.dh-lua.conf)
    echo "Testing with $lua"
    $lua debian/posix-test.lua
done