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
1364
Révisions
1
Branche
Aborescence:
a31e4b7b7f
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de 'a31e4b7b7f'
${ 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