mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
fd2af5030f
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
10 lines
94 B
Bash
10 lines
94 B
Bash
#!/bin/sh
|
|
|
|
cd `dirname "$0"`/tests
|
|
../tap/runtests -b /tmp ./test_*
|
|
|
|
ret=$?
|
|
cd -
|
|
|
|
return $ret
|