Skip to content

Commit

Permalink
Refactor user and group checks
Browse files Browse the repository at this point in the history
Use goss's methods, relying on runc's library or goss itself
Fixes #119 (hopefully). If not, then it's a bug in runc.
Progress on #113
  • Loading branch information
langston-barrett committed Mar 28, 2016
1 parent a016eb6 commit 4d0a5b7
Show file tree
Hide file tree
Showing 79 changed files with 9,337 additions and 299 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build:
# TODO: make all tests work in drone!
# Missing: checklists, checks, memstatus, netstatus
#- godep go test ./...
- godep go test . ./chkutil ./dockerstatus ./errutil ./fsstatus ./netstatus ./systemdstatus ./tabular ./usrstatus
- godep go test . ./chkutil ./dockerstatus ./errutil ./fsstatus ./netstatus ./systemdstatus ./tabular
- godep go install .
- distributive --verbosity=info -d "./samples"
# - distributive -d ./samples/
Expand Down
34 changes: 34 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/aelsabbahy/GOnetstat/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions Godeps/_workspace/src/github.com/aelsabbahy/GOnetstat/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d0a5b7

Please sign in to comment.