fix test log dir

This commit is contained in:
HiteshRepo 2024-01-28 21:25:59 +05:30
parent b04cd5aa4d
commit a2c6cf1085

View File

@ -312,7 +312,7 @@ jobs:
-p 1 \
-timeout 20m \
-run '^TestSharePointBackupUnitSuite/TestPopulateListsCollections_incremental$' ./internal/m365/collection/site \
2>&1 | tee -a ./testlog/gotest-unit.log
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
# Run the second test
go test \
@ -321,7 +321,7 @@ jobs:
-p 1 \
-timeout 20m \
-run '^TestSharePointBackupUnitSuite/TestCollectLists$' ./internal/m365/collection/site \
2>&1 | tee -a ./testlog/gotest-unit.log
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
# Run the third test
go test \
@ -330,7 +330,7 @@ jobs:
-p 1 \
-timeout 20m \
-run '^TestExportUnitSuite/TestStreamItems$' ./internal/m365/collection/site \
2>&1 | tee -a ./testlog/gotest-unit.log
2>&1 | tee -a /tmp/corso-testlog/gotest-unit.log
# - name: all tests
# env: