From 34af493514761fec02fda2fb26254d3e89c5b6b9 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 27 May 2020 13:14:46 -0400 Subject: [PATCH] Launch Rack automatically for testing in update script. --- scripts/update.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/update.py b/scripts/update.py index e58e9c3e..b1be4ced 100644 --- a/scripts/update.py +++ b/scripts/update.py @@ -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