Skip to content

Commit 3666298

Browse files
committed
tweaked script
1 parent fed9334 commit 3666298

7 files changed

+3
-207511
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ demo.*
6060
*.dotCover
6161

6262
logs/
63+
64+
log.*

Scripts/testloop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ iterationCount=1
1010
while true; do
1111
echo "Starting iteration $iterationCount..."
1212

13-
dotnet test --no-build --diag:log.txt
13+
dotnet test --no-build --diag:TestResults/log.txt
1414

1515
if [ $? -ne 0 ]; then
1616
echo "Test run failed on iteration $iterationCount. Exiting."

log.bak.txt

-15,497
This file was deleted.

log.host.25-03-02_11-26-21_53865_5.txt

-69,601
This file was deleted.

log.host.25-03-02_13-23-52_68322_5.txt

-35,689
This file was deleted.

log.host.25-03-02_13-26-33_36406_5.txt

-64,379
This file was deleted.

log.txt

-22,344
This file was deleted.

0 commit comments

Comments
 (0)