mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
Use kmod and utils subdirs instead of repos
When we had three repos the run-tests harness helped by checking branches in kmod and utils repos to build and test. Now that we have one repo we can just use the sibling kmod/ and utils/ dirs in the repo. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -169,7 +169,7 @@ t_reinsert_remount_all()
|
||||
|
||||
t_quiet rmmod scoutfs || \
|
||||
t_fail "rmmod scoutfs failed"
|
||||
t_quiet insmod "$T_KMOD_REPO/src/scoutfs.ko" ||
|
||||
t_quiet insmod "$T_KMOD/src/scoutfs.ko" ||
|
||||
t_fail "insmod scoutfs failed"
|
||||
|
||||
t_quiet t_mount_all || t_fail "mounting all failed"
|
||||
|
||||
Reference in New Issue
Block a user