rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

minor: autorun/udev and rapido usage cleanups #212

Closed ddiss closed 1 year ago

ddiss commented 1 year ago
The following changes since commit 495421853590ed014fc2889dfcfaa632ce3da01f:

  cut/samba: assign memory based on FSTESTS_ZRAM_SIZE (2023-04-25 12:06:33 +0200)

are available in the Git repository at:

  https://github.com/ddiss/rapido.git udevd_start

for you to fetch changes up to 6ca506ef2a720a7fb0f9454f64cb3b6d244baf5e:

  rapido: improve usage for missing exec mode (2023-06-20 18:11:37 +0200)

----------------------------------------------------------------
David Disseldorp (2):
      autorun: start udev unconditionally
      rapido: improve usage for missing exec mode

 autorun/fcoe_local.sh         | 4 +---
 autorun/lib/ceph.sh           | 3 +--
 autorun/lio_local.sh          | 5 ++---
 autorun/lio_local_alua_lba.sh | 3 +--
 autorun/nvme_local.sh         | 4 +---
 autorun/nvme_rdma.sh          | 4 +---
 autorun/nvme_tcp_initiator.sh | 4 +---
 autorun/rbd_nbd.sh            | 3 +--
 autorun/tcmu_file_iscsi.sh    | 3 +--
 autorun/tcmu_rbd_loop.sh      | 3 +--
 autorun/usb_rbd.sh            | 5 ++---
 rapido                        | 8 ++++++--
 12 files changed, 19 insertions(+), 30 deletions(-)
ddiss commented 1 year ago

Merged with one small change to the cut usage commit.