+2
−3
Loading
Using cat << EOF seems to cause problems on some tests (like iscsi ext4test.sh) where we copy the SPDK repository into a filesystem on an iSCSI LUN, and do a (cd $dir && ./configure). So use echo instead to work around this problem. Fixes GitHub issue #412. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I8863b5060f41a48c2ace177f7440b85dc43f187d Reviewed-on: https://review.gerrithub.io/423163 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>