This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
etcd-io__etcd
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix(test.sh): use . not source
Brandon Philips
12 years ago
parent
272dc343ef
commit
0b9c5c975e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
test.sh
+ 1
- 1
test.sh
View File
@@ -1,6 +1,6 @@
#!/bin/sh -e
-
source
./build
+
.
./build
go test -i ./store
go test -v ./store