summaryrefslogtreecommitdiff
path: root/common/scsi_debug
diff options
context:
space:
mode:
Diffstat (limited to 'common/scsi_debug')
-rw-r--r--common/scsi_debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scsi_debug b/common/scsi_debug
index f05c8db9..d073b6d9 100644
--- a/common/scsi_debug
+++ b/common/scsi_debug
@@ -47,7 +47,7 @@ _get_scsi_debug_dev()
let phys_exp=phys_exp+1
done
opts="sector_size=$logical physblk_exp=$phys_exp lowest_aligned=$unaligned dev_size_mb=$size"
- echo "scsi_debug options $opts" >> $RESULT_DIR/$seq.full
+ echo "scsi_debug options $opts" >> $seqres.full
modprobe scsi_debug $opts
[ $? -eq 0 ] || _fail "scsi_debug modprobe failed"
sleep 1