This website works better with JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
kissbac
/
packages
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
Brak opisu
1851
Commity
1
Gałąź
Drzewo:
5313490216
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '5313490216'
${ noResults }
packages
/
net
/
knot
/
files
/
runtests.sh
runtests.sh
94B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#!/bin/sh
cd `dirname "$0"`/tests
../tap/runtests -b /tmp ./test_*
ret=$?
cd -
return $ret