Skip to content

Instantly share code, notes, and snippets.

@stefanschneider
Created August 18, 2014 14:34
Show Gist options
  • Save stefanschneider/336772c69b661ebce60b to your computer and use it in GitHub Desktop.
Save stefanschneider/336772c69b661ebce60b to your computer and use it in GitHub Desktop.
stefan.schneider@W-STEFANS-2012R ~/gopath/src/github.com/pivotal-golang/archiver ((3854b8d...))
$ ginkgo -r -noColor=true
[1408372432] Compressor Suite - 6/6 specs ••
------------------------------
• Failure [0.005 seconds]
WriteTar [It] returns a reader representing a .tar stream
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:68
Expected
<string>: outer-dir\inner-dir/
to equal
<string>: outer-dir/inner-dir/
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:57
------------------------------
• Failure [0.005 seconds]
WriteTar with a trailing slash [It] archives the directory's contents
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:98
Expected
<string>: inner-dir\some-file
to equal
<string>: inner-dir/some-file
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:92
------------------------------
••
Summarizing 2 Failures:
[Fail] WriteTar [It] returns a reader representing a .tar stream
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:57
[Fail] WriteTar with a trailing slash [It] archives the directory's contents
C:/Users/stefan.schneider/gopath/src/github.com/pivotal-golang/archiver/compressor/write_tar_test.go:92
Ran 6 of 6 Specs in 0.073 seconds
FAIL! -- 4 Passed | 2 Failed | 0 Pending | 0 Skipped --- FAIL: TestCompressor (0.10 seconds)
FAIL
Ginkgo ran 1 suite in 1.2199828s
Test Suite Failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment