diff options
author | Steve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com> | 2017-03-20 21:13:33 +0000 |
---|---|---|
committer | Steve MacLean, Qualcomm Datacenter Technologies, Inc <sdmaclea@qti.qualcomm.com> | 2017-03-20 21:13:33 +0000 |
commit | c4adbaa01ccb897008c4ef73f29a90f89d2c0291 (patch) | |
tree | daa06c1b51fd426fb3c52280f8cded04245fc5b6 /tests/src | |
parent | fe95b9db6380a43fbc6125197ac7ddc4768a352b (diff) | |
download | coreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.tar.gz coreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.tar.bz2 coreclr-c4adbaa01ccb897008c4ef73f29a90f89d2c0291.zip |
Fix another per code review
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/CLRTest.Execute.Bash.targets | 2 |
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 |