Browse Source

Launch Rack automatically for testing in update script.

v1
Andrew Belt 5 years ago
parent
commit
34af493514
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      scripts/update.py

+ 4
- 2
scripts/update.py View File

@@ -132,8 +132,10 @@ update_modulargrid.update()
built_slugs_str = ", ".join(updated_slugs)

print()
print(f"Please test packages.")
print(f"Press enter to upload the following packages and push the library repo: {built_slugs_str}")
print(f"Press enter to launch Rack and test the following packages: {built_slugs_str}")
input()
common.system(f"cd {RACK_SYSTEM_DIR} && ./Rack")
print(f"Press enter to generate screenshots, upload packages, upload screenshots, and commit/push the library repo.")
input()

# Generate screenshots


Loading…
Cancel
Save