Make run_tests.sh verbose and enable unit tests 58/1158/3
authorKristian Hunt <kristian.hunt@gmail.com>
Wed, 12 Aug 2015 11:33:54 +0000 (13:33 +0200)
committerKristian Hunt <kristian.hunt@gmail.com>
Thu, 13 Aug 2015 09:38:44 +0000 (11:38 +0200)
commit284f4266cdbb4efea1abdc97a0974315c9e9c2f2
tree4c6df46beb5a0aa5297ae7e257a1a083872d46c5
parentc4c0e13e93dfa0aeef0a51dd0f4b00610baac592
Make run_tests.sh verbose and enable unit tests

By default output from run_tests is verbose. This enables seeing the
error messages in Jenkins' console output when a job fails.

Output can alternatively be captured to a log file using an -f flag.
Example invocation for logging output to a file: $ ./run_tests.sh -f

Running of unittest from run_test.sh is enabled.

JIRA: YARDSTICK-102
      YARDSTICK-104

Change-Id: I3be7d7873cf75247980d97c3fbdf0bfdbabe53ad
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
run_tests.sh