This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
publics
/
etcd-io__etcd
Seguir
0
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix(test.sh): use . not source
Brandon Philips
hace 12 años
padre
272dc343ef
commit
0b9c5c975e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
test.sh
+ 1
- 1
test.sh
Ver fichero
@@ -1,6 +1,6 @@
#!/bin/sh -e
-
source
./build
+
.
./build
go test -i ./store
go test -v ./store