File: run_tests.sh

package info (click to toggle)
lua-logging 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: makefile: 16; sh: 3
file content (8 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

LUA_PATH="../src/?.lua;$LUA_PATH" lua test.lua

rm -f test.db test.log*