runTests.sh 457 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2024 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
  2. # SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
  3. #
  4. # SPDX-License-Identifier: AGPL-3.0-or-later
  5. cd ../../
  6. mkdir Scripts/logs
  7. rm Scripts/logs/Content.Tests.log
  8. dotnet test Content.Tests/Content.Tests.csproj -c DebugOpt -- NUnit.ConsoleOut=0 > Scripts/logs/Content.Tests.log
  9. echo "Tests complete. Press enter to continue."
  10. read