From 293c5cca33e9776c707985b570eb133cfa0f30bc Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 12 Dec 2022 06:40:13 -0600 Subject: [PATCH] More context for running test suite. --- scripts/root/tests | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/scripts/root/tests b/scripts/root/tests index 76afc5e5..89186d83 100755 --- a/scripts/root/tests +++ b/scripts/root/tests @@ -1,7 +1,14 @@ #!/bin/echo Try "scripts/mkroot.sh $0" -#cp -a configure scripts/ tests/ "$ROOT/root" && -#echo "(cd /root && scripts/test.sh)" > "$ROOT/etc/rc/tests" || exit 1 +# Alas http://www.linux-usb.org/usb.ids is not versioned, so... +download 36d4e16755502fbc684be75e56841e1014e4a94a \ + https://github.com/usbids/usbids/raw/a5edeafb6099/usb.ids + +# Nor is https://pci-ids.ucw.cz/v2.2/pci.ids (tool version, not file version) +download 6694284723e034f0c564e81a30879939d5ef8b7e \ + https://github.com/pciutils/pciids/raw/c7929c0f9480/pci.ids + +cp "$DOWNLOAD"/{usb,pci}.ids "$ROOT/etc/" || exit 1 # Enable module support in the kernel and add a couple test modules KEXTRA=MODULES,MODULE_UNLOAD,"$KEXTRA" -- 2.39.2