You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-ngcp-kamailio/run_tests.sh

12 lines
210 B

#!/bin/bash
mkdir -p reports
rm -rf reports/*
#for f in tests/test_*.lua; do
# NAME=$(basename ${f} .lua)
# lua5.1 ${f} > reports/${NAME}.tap
#done
lua5.1 tests/test_all.lua > reports/test_all.tap
#EOF