This website works better with JavaScript.
Home
Explore
Help
Sign In
kissbac
/
packages
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
No Description
1851
Commits
1
Branch
Tree:
5313490216
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5313490216'
${ noResults }
packages
/
net
/
knot
/
files
/
runtests.sh
runtests.sh
94B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./test_*
ret=$?
cd -
return $ret