This website works better with JavaScript.
Accueil
Explorateur
Aide
Connexion
kissbac
/
packages
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Aucune description
1385
Révisions
1
Branche
Aborescence:
1a911c1fe5
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '1a911c1fe5'
${ noResults }
packages
/
net
/
knot
/
files
/
runtests.sh
runtests.sh
94B
Historique
Brut
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./test_*
ret=$?
cd -
return $ret