From 0f6f125724d451043da9164cc8f202c82d475699 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 25 Oct 2025 01:18:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Fix,=20impr?= =?UTF-8?q?ove=20test=20scripts=20[3]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/bin/use_example_configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/bin/use_example_configs b/buildroot/bin/use_example_configs index 7ff6272b3c..401e15da61 100755 --- a/buildroot/bin/use_example_configs +++ b/buildroot/bin/use_example_configs @@ -128,7 +128,7 @@ def main(): subprocess.run(['restore_configs'], check=True) except FileNotFoundError: try: - subprocess.run(['restore_configs'], check=True) + subprocess.run(['./buildroot/bin/restore_configs'], check=True) except FileNotFoundError: print("restore_configs not found, skipping.")