Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
runCoreTests.sh: fix output file for integration-tests
  • Loading branch information
AndreyAkinshin committed Jun 4, 2017
1 parent b7668ec commit 3cceb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runCoreTests.sh
@@ -1,2 +1,2 @@
dotnet test BenchmarkDotNet.Tests/BenchmarkDotNet.Tests.csproj --configuration Release --framework netcoreapp1.1 |& tee tests.log
dotnet test BenchmarkDotNet.IntegrationTests/BenchmarkDotNet.IntegrationTests.csproj --configuration Release --framework netcoreapp1.1 |& tee tests.log
dotnet test BenchmarkDotNet.IntegrationTests/BenchmarkDotNet.IntegrationTests.csproj --configuration Release --framework netcoreapp1.1 |& tee integration-tests.log

0 comments on commit 3cceb61

Please sign in to comment.