This website requires JavaScript.
Explore
Help
Register
Sign In
OpenWrt
/
packages
mirror of
https://git.openwrt.org/feed/packages.git
Watch
1
Star
0
Fork
You've already forked packages
0
Code
Issues
Projects
Releases
Wiki
Activity
88e035979a
packages
/
net
/
knot
/
files
/
runtests.sh
9 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Added Knot DNS server with utilities version 1.5.0-rc2. Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-06-19 16:54:01 +08:00
#!/bin/sh
cd
`
dirname
"
$0
"
`
/tests
knot: simplify tests installation and execution Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-08-01 17:51:10 +08:00
../tap/runtests -b /tmp ./*test_*
Added Knot DNS server with utilities version 1.5.0-rc2. Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2014-06-19 16:54:01 +08:00
ret
=
$?
cd
-
return
$ret