Whamcloud - gitweb
LU-10710 tests: fix run_write_disjoint line continuation 45/31645/2
authorJames Nunez <james.a.nunez@intel.com>
Wed, 14 Mar 2018 18:42:39 +0000 (12:42 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 9 Apr 2018 19:50:39 +0000 (19:50 +0000)
commita033bd837329d1eb98d1dd71f4491f1af56a27f0
tree9c56dade99ba12db34f87b1676e0606e5c27f70d
parentdd070524bb3c42dd6dbb90519fe292a68a69b636
LU-10710 tests: fix run_write_disjoint line continuation

There is a problem with creating a command in
run_write_disjoint() due to a line continuation followed
on the next line by tabs. We need to remove the end
quotation before the line continuation and first
quotation mark on following line.

Test-Parameters: trivial testlist=parallel-scale
Signed-off-by: James Nunez <james.a.nunez@intel.com>
Change-Id: I32dc620dd5c3e3d305d0bf985a096e69c18404d1
Reviewed-on: https://review.whamcloud.com/31645
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Elena Gryaznova <c17455@cray.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/functions.sh