summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-03-20 21:13:33 +0000
committerSteve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com>2017-03-20 21:13:33 +0000
commitc4adbaa01ccb897008c4ef73f29a90f89d2c0291 (patch)
treedaa06c1b51fd426fb3c52280f8cded04245fc5b6
parentfe95b9db6380a43fbc6125197ac7ddc4768a352b (diff)
downloadcoreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.tar.gz
coreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.tar.bz2
coreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.zip
Fix another per code review
-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 5af1306886..211bff3b85 100644
--- a/tests/src/CLRTest.Execute.Bash.targets
+++ b/tests/src/CLRTest.Execute.Bash.targets
@@ -42,7 +42,7 @@ fi
echo "$CORE_ROOT/ilasm" -output=$(TargetAssemblyName) $(_IlasmSwitches) $(DisassemblyName)
"$CORE_ROOT/ilasm" -output=$(TargetAssemblyName) $(_IlasmSwitches) $(DisassemblyName)
-_ERRORLEVEL=$?
+ERRORLEVEL=$?
if [ $ERRORLEVEL -ne 0 ]
then
echo EXECUTION OF ILASM - FAILED $ERRORLEVEL