[acceptance-test] Ensure the exit code of the main test script is used
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 16 Mar 2016 21:15:15 +0000 (22:15 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 16 Mar 2016 21:22:31 +0000 (22:22 +0100)
commit583567dc94b5c8337eb6b07beb05206874eb7458
treeb63b29fa46567bd12d58a5c14392e1b1d57ad461
parent09e4e3806abfbcbda21b2da2f88fb31e737cd215
[acceptance-test] Ensure the exit code of the main test script is used

Due to our usage of chained commands it'd use the exit code of the last command,
which is not what we want. We use chaining because e.g. in the ms-test-suite
case we still want to run the systemruntimebringup suite even if the conformance
suite had a failing test.
acceptance-tests/ms-test-suite.mk
acceptance-tests/roslyn.mk