Skip to content

Commit

Permalink
Revert "Fix gotestcover executable in make.bat for winlogbeat" (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Oct 28, 2016
1 parent b5934fb commit ef962a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions winlogbeat/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ if %errorlevel% neq 0 exit /b %errorlevel%

echo Testing
mkdir build\coverage
set gotestcover="%GOPATH/src/github.com/elastic/beats/vendor/github.com/pierrre/gotestcover/gotestcover.go"
go run %gotestcover% -race -coverprofile=build/coverage/integration.cov github.com/elastic/beats/winlogbeat/...
gotestcover -race -coverprofile=build/coverage/integration.cov github.com/elastic/beats/winlogbeat/...
if %errorlevel% neq 0 exit /b %errorlevel%

echo System Testing
Expand Down

0 comments on commit ef962a9

Please sign in to comment.