This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
publics
/
etcd-io__etcd
Suivre
0
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
fix(test.sh): use . not source
Brandon Philips
il y a 12 ans
Parent
272dc343ef
commit
0b9c5c975e
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue unifiée
Afficher les stats Diff
1
1
test.sh
+ 1
- 1
test.sh
Voir le fichier
@@ -1,6 +1,6 @@
#!/bin/sh -e
#!/bin/sh -e
-
source
./build
+
.
./build
go test -i ./store
go test -i ./store
go test -v ./store
go test -v ./store