1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/knot/files/runtests.sh
Daniel Salzman 603c7b9815 knot: simplify tests installation and execution
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00

9 lines
94 B
Bash

#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./*test_*
ret=$?
cd -
return $ret