summaryrefslogtreecommitdiff
path: root/tests/src/CLRTest.Execute.Bash.targets
diff options
context:
space:
mode:
authorSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-03-17 16:46:39 +0000
committerSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-03-17 16:46:39 +0000
commitfe95b9db6380a43fbc6125197ac7ddc4768a352b (patch)
treef8bd4293136887b1a8500367d6225e2399694f86 /tests/src/CLRTest.Execute.Bash.targets
parente93885ed5ecf92c74056d5489add26dbcd527f1b (diff)
downloadcoreclr-fe95b9db6380a43fbc6125197ac7ddc4768a352b.tar.gz
coreclr-fe95b9db6380a43fbc6125197ac7ddc4768a352b.tar.bz2
coreclr-fe95b9db6380a43fbc6125197ac7ddc4768a352b.zip
Fix script ERRORLEVEL typo
Diffstat (limited to 'tests/src/CLRTest.Execute.Bash.targets')
-rw-r--r--tests/src/CLRTest.Execute.Bash.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/CLRTest.Execute.Bash.targets b/tests/src/CLRTest.Execute.Bash.targets
index f17973a0f1..5af1306886 100644
--- a/tests/src/CLRTest.Execute.Bash.targets
+++ b/tests/src/CLRTest.Execute.Bash.targets
@@ -33,7 +33,7 @@ WARNING: When setting properties based on their current state (for example:
<![CDATA[
echo "$CORE_ROOT/ildasm" -raweh -out=$(DisassemblyName) $(InputAssemblyName)
"$CORE_ROOT/ildasm" -raweh -out=$(DisassemblyName) $(InputAssemblyName)
-_ERRORLEVEL=$?
+ERRORLEVEL=$?
if [ $ERRORLEVEL -ne 0 ]
then
echo EXECUTION OF ILDASM - FAILED $ERRORLEVEL