summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-10-09 15:00:59 -0700
committerGitHub <noreply@github.com>2018-10-09 15:00:59 -0700
commit36c9dd8e269a9ca8da203622fccde98ce476ffaa (patch)
tree915a026807daf61bd23e08aebb6e16a670218d6f /run.sh
parent8502d4da3f8767eda617bdcc40741cbac089e981 (diff)
downloadcoreclr-36c9dd8e269a9ca8da203622fccde98ce476ffaa.tar.gz
coreclr-36c9dd8e269a9ca8da203622fccde98ce476ffaa.tar.bz2
coreclr-36c9dd8e269a9ca8da203622fccde98ce476ffaa.zip
Simplify next command output for build-test.sh (#19903)
Simplify next command output for build-test.sh
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index cc6a1846bb..4b8ffeea4c 100755
--- a/run.sh
+++ b/run.sh
@@ -12,7 +12,7 @@ echo "Running: $dotnet $toolRuntime/run.exe $working_tree_root/config.json $*"
$dotnet $toolRuntime/run.exe $working_tree_root/config.json "$@"
if [ $? -ne 0 ]
then
- echo "ERROR: An error occured in $dotnet $toolRuntime/run $#. Check $# logs under $working_tree_root."
+ echo "ERROR: An error occured in $dotnet $toolRuntime/run.exe $working_tree_root/config.json $*. Check logs under $working_tree_root."
exit 1
fi