File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- dotnet_sdk_version=" $2 "
4
- dotnet_runtime_version=" $3 "
3
+ dotnet_runtime_version=" $2 "
5
4
6
5
RESET=" \033[0m"
7
6
RED=" \033[0;31m"
@@ -77,8 +76,8 @@ $DOTNET_ROOT/dotnet --list-runtimes
77
76
exit_code=0
78
77
echo " Restore: $DOTNET_ROOT /dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources..."
79
78
$DOTNET_ROOT /dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources
80
- echo " Running tests: $DOTNET_ROOT /dotnet run --project RunTests/RunTests.csproj -- --target $1 --sdk $2 --runtime $3 --queue $4 --arch $5 --quarantined $6 --ef $7 --aspnetruntime $8 --aspnetref $9 -- helixTimeout ${10} ..."
81
- $DOTNET_ROOT /dotnet run --project RunTests/RunTests.csproj -- --target $1 --sdk $2 --runtime $3 --queue $4 --arch $5 --quarantined $6 --ef $7 --aspnetruntime $8 --aspnetref $9 -- helixTimeout ${10}
79
+ echo " Running tests: $DOTNET_ROOT /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
+ $DOTNET_ROOT /dotnet run --project RunTests/RunTests.csproj -- --target $1 --runtime $2 --queue $3 --arch $4 --quarantined $5 --ef $6 --aspnetruntime $7 --aspnetref $8 --helixTimeout $9
82
81
exit_code=$?
83
82
echo " Finished tests...exit_code=$exit_code "
84
83
You can’t perform that action at this time.
0 commit comments