From: Oleg Drokin Date: Sat, 11 Jul 2020 04:51:27 +0000 (-0400) Subject: LU-13776 tests: make sure pjdfstest.sh writes to tmp X-Git-Tag: 2.13.55~10 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5f579b16ada4df756e50109004def3c594c0b1a2 LU-13776 tests: make sure pjdfstest.sh writes to tmp no writes to random Lustre source locations as they could be readonly Test-Parameters: trivial Test-Parameters: fstype=ldiskfs testlist=pjdfstest Test-Parameters: fstype=zfs testlist=pjdfstest Change-Id: Icd262a698390eadf4b53cd5d311bc6c2a561a79e Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/39338 Reviewed-by: James Nunez Reviewed-by: Wei Liu Tested-by: jenkins Tested-by: Maloo --- diff --git a/lustre/tests/pjdfstest.sh b/lustre/tests/pjdfstest.sh index d60baf0..f4350f8 100644 --- a/lustre/tests/pjdfstest.sh +++ b/lustre/tests/pjdfstest.sh @@ -164,6 +164,6 @@ complete $SECONDS check_and_cleanup_lustre exit_status TAIL -} > run_pjdfstest.sh -bash run_pjdfstest.sh +} > $TMP/run_pjdfstest.sh +bash $TMP/run_pjdfstest.sh