File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7070# dontet-install.sh seems to affect the Linux filesystem and causes test flakiness unless we sync the filesystem before running tests
7171sync
7272
73- $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet --list-sdks
74- $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet --list-runtimes
73+ $HELIX_CORRELATION_PAYLOAD /dotnet --list-sdks
74+ $HELIX_CORRELATION_PAYLOAD /dotnet --list-runtimes
7575
7676exit_code=0
77- echo " Restore: $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources..."
78- $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources
79- echo " Running tests: $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet run --project RunTests/RunTests.csproj -- --target $1 --runtime $2 --queue $3 --arch $4 --quarantined $5 --ef $6 --aspnetruntime $7 --aspnetref $8 --helixTimeout $9 ..."
80- $HELIX_CORRELATION_PAYLOAD /dotnet/dotnet run --project RunTests/RunTests.csproj -- --target $1 --runtime $2 --queue $3 --arch $4 --quarantined $5 --ef $6 --aspnetruntime $7 --aspnetref $8 --helixTimeout $9
77+ echo " Restore: $HELIX_CORRELATION_PAYLOAD /dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources..."
78+ $HELIX_CORRELATION_PAYLOAD /dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources
79+ echo " Running tests: $HELIX_CORRELATION_PAYLOAD /dotnet run --project RunTests/RunTests.csproj -- --target $1 --runtime $2 --queue $3 --arch $4 --quarantined $5 --ef $6 --aspnetruntime $7 --aspnetref $8 --helixTimeout $9 ..."
80+ $HELIX_CORRELATION_PAYLOAD /dotnet run --project RunTests/RunTests.csproj -- --target $1 --runtime $2 --queue $3 --arch $4 --quarantined $5 --ef $6 --aspnetruntime $7 --aspnetref $8 --helixTimeout $9
8181exit_code=$?
8282echo " Finished tests...exit_code=$exit_code "
8383
You can’t perform that action at this time.
0 commit comments