🧑‍💻 Fix, improve test scripts [3]

This commit is contained in:
Scott Lahteine
2025-10-25 01:18:27 -05:00
parent 52a4954b8a
commit 0f6f125724
+1 -1
View File
@@ -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.")