Skip to content

Commit 9df7d67

Browse files
authored
Update runtests.sh
1 parent 0256aca commit 9df7d67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eng/helix/content/runtests.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ fi
7070
# dontet-install.sh seems to affect the Linux filesystem and causes test flakiness unless we sync the filesystem before running tests
7171
sync
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

7676
exit_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
8181
exit_code=$?
8282
echo "Finished tests...exit_code=$exit_code"
8383

0 commit comments

Comments
 (0)