This website requires JavaScript.
Explore
Help
Register
Sign in
Difuse
/
packages
Watch
2
Star
0
Fork
You've already forked packages
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7593202902
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 08:54:01 +00: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 09:51:10 +00: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 08:54:01 +00:00
ret
=
$?
cd
-
return
$ret
Reference in a new issue
Copy permalink