Run all unit tests again

This commit is contained in:
Willem Toorop 2019-01-23 12:50:44 +01:00
parent 35f2ce37c0
commit e657024531
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ control_c()
}
# for TEST_PKG in ${SRCDIR}/*.tpkg
for TEST_PKG in ${SRCDIR}/280-limit_outstanding_queries.tpkg ${SRCDIR}/285-out_of_filedescriptors.tpkg
for TEST_PKG in ${SRCDIR}/*.tpkg
do
"${TPKG}" $* exe "${TEST_PKG}"
# trap keyboard interrupt (control-c)