Do not hide unit tests execution fail 49/50549/1
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Sat, 13 Jan 2018 09:00:50 +0000 (09:00 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Sat, 13 Jan 2018 09:00:50 +0000 (09:00 +0000)
commit9059d8d7170a834e5048ac08a375bfceca52ed71
treebb0016a4264d28dbc6e0cd0f02c95affb067e312
parentd579e62b431a31856a03098dc5323948ccfa4fdb
Do not hide unit tests execution fail

While moving tests from ./tests/ to ./yardstick/tests, both unit tests
directories are executed. If the first test run fails, do not hide
the error and exit immediately.

Change-Id: Ib6c64ccf2f4b19722722eb43b3d45d5ad5f0169d
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
tools/run_tests.sh