This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
kissbac
/
packages
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
Nessuna descrizione
3264
Commit
1
Ramo (Branch)
Albero (Tree):
0bfd280c2d
packages
/
net
/
knot
/
files
/
runtests.sh
runtests.sh
94B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd
`dirname
"
$0
"
`/tests
../tap/runtests -b /tmp ./test_*
ret=$?
cd
-
return
$ret