Files
wwdpublic/Scripts/sh/runTestsIntegration.sh
DEATHB4DEFEAT 790fe7d578 Build/Run Scripts from Parkstation (#6)
# Description

Adds several scripts to make building and running the projects easier
outside of an IDE.
2024-05-18 15:37:54 -07:00

10 lines
303 B
Bash
Executable File

cd ../../
mkdir Scripts/logs
rm Scripts/logs/Content.IntegrationTests.log
dotnet test Content.IntegrationTests/Content.IntegrationTests.csproj -c DebugOpt -- NUnit.ConsoleOut=0 NUnit.MapWarningTo=Failed > Scripts/logs/Content.IntegrationTests.log
echo "Tests complete. Press enter to continue."
read