Skip to content

Commit

Permalink
[GH-35] removed superfluous line in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed May 14, 2019
1 parent b636ecc commit 7d6d1f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.2] - 2019-05-15
### Added
- TestDownloadArtifacts.

### Changed
- Restrict testing to linux as docker is omitted on Mac and Windows build in travis.

Expand All @@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Download all artifacts from a certain Nexus3 repository.

[Unreleased]: https://github.com/030/n3dr/compare/1.0.1...HEAD
[1.0.1]: https://github.com/030/n3dr/releases/tag/1.0.0...1.0.1
[Unreleased]: https://github.com/030/n3dr/compare/1.0.2...HEAD
[1.0.2]: https://github.com/030/n3dr/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/030/n3dr/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/030/n3dr/releases/tag/1.0.0
1 change: 0 additions & 1 deletion cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var n = Nexus3{
// See https://stackoverflow.com/a/34102842/2777965
func TestMain(m *testing.M) {
setup()
m.Run()
code := m.Run()
shutdown()
os.Exit(code)
Expand Down

0 comments on commit 7d6d1f8

Please sign in to comment.