Whamcloud - gitweb
LU-1685 test: fix FAIL_ON_ERROR=false parameter
authorMinh Diep <mdiep@whamcloud.com>
Wed, 1 Aug 2012 16:18:21 +0000 (09:18 -0700)
committerOleg Drokin <green@whamcloud.com>
Wed, 8 Aug 2012 02:01:06 +0000 (22:01 -0400)
commit50bbf65fec92adbcedf1706eb881e2a156874d0d
tree55e83dcfdc4950b4920cd8b59da94ede8e151a72
parent69ca30b81687042661b1d2278086f3746e95cfee
LU-1685 test: fix FAIL_ON_ERROR=false parameter

The previous fix on LU-1528 which was supposed to
fix the overall status to FAIL when a subtest FAIL
didn't work. This commit will provide the proper
fix. The issue is grep FAIL: in exit_status() should
not include ":"

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: I7eaf14351ac8a2c3d21f530e43c75871b4b01f6a
Reviewed-on: http://review.whamcloud.com/3507
Tested-by: Hudson
Reviewed-by: Yu Jian <yujian@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Cliff White <cliffw@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh