Bug 508772 - [simrel] Even further simplification of build.xml

Corrected "typo" on property name.

Change-Id: I0a6db072c0483b30c2ab99aee21a75bd5d87fd5b
Signed-off-by: David Williams <david_williams@acm.org>
diff --git a/runTests.xml b/runTests.xml
index 9b937b3..e19bd04 100644
--- a/runTests.xml
+++ b/runTests.xml
@@ -128,7 +128,7 @@
         <isset property="applicationResult" />
         <not>
           <equals
-            arg1="applicationResult"
+            arg1="${applicationResult}"
             arg2="0" />
         </not>
       </and>