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:
Zach Brown
2020-12-04 15:40:09 -08:00
parent 86cf3ec4ab
commit 6415814f92
2 changed files with 24 additions and 68 deletions

View File

@@ -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"