dibley1973 / OpenRMS

Open RMS is an Open Source project with the intention of delivering a retail management platform that is free to install, use, modify and distribute.
GNU General Public License v3.0
9 stars 7 forks source link

Fix tests in travis build #42

Closed dasMulli closed 7 years ago

dasMulli commented 7 years ago

Uses dotnet test instead of nunit console runner.

dasMulli commented 7 years ago

Looks fine in the travis log:

4.31s$ ./run-tests.sh
Test run for /home/travis/build/dibley1973/OpenRMS/Code/Shared/ORMS.Shared.SharedKernel.UnitTests/bin/Release/netcoreapp2.0/ORMS.Shared.SharedKernel.UnitTests.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation.  All rights reserved.
Starting test execution, please wait...
NUnit Adapter 3.8.0.0: Test execution started
Running all tests in /home/travis/build/dibley1973/OpenRMS/Code/Shared/ORMS.Shared.SharedKernel.UnitTests/bin/Release/netcoreapp2.0/ORMS.Shared.SharedKernel.UnitTests.dll
NUnit3TestExecutor converted 50 of 50 NUnit test cases
NUnit Adapter 3.8.0.0: Test execution complete
Total tests: 50. Passed: 50. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 3.2568 Seconds
The command "./run-tests.sh" exited with 0.

cc @dibley1973

dibley1973 commented 7 years ago

@dasMulli - Great job. Thank you for taking the time to help.