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
1364
Commit
1
Ramo (Branch)
Albero (Tree):
a31e4b7b7f
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