[go: nahoru, domu]

Skip to content

Commit

Permalink
repo cleanup pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Jul 25, 2019
1 parent 02e33de commit 0dbe641
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ before_install:
- docker build -t minikeyvalue -f Dockerfile .

script:
- docker run --rm --hostname localhost minikeyvalue bash -c "go test -v lib_test.go lib.go"
- docker run --rm --hostname localhost minikeyvalue bash -c "go test -v src/lib_test.go src/lib.go"
- docker run --rm --hostname localhost minikeyvalue bash -c "(./tools/bringup.sh &) && ./tools/test.py && go run tools/thrasher.go && ./tools/rtest.sh"

3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ENV PATH ${PATH}:/mkv
COPY requirements.txt mkv/requirements.txt
RUN pip3 install --no-cache-dir -r mkv/requirements.txt

COPY *.go rtest.sh bringup.sh mkv volume test.py mkv/
COPY mkv volume mkv/
COPY src/*.go mkv/src
COPY tools/* mkv/tools/
WORKDIR /mkv
2 changes: 1 addition & 1 deletion mkv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
go get github.com/syndtr/goleveldb/leveldb
go run main.go lib.go server.go rebalance.go rebuild.go $@
go run src/main.go src/lib.go src/server.go src/rebalance.go src/rebuild.go $@

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0dbe641

Please sign in to comment.