From 281438f86e839fb9d8888739d2d2871d81b597b4 Mon Sep 17 00:00:00 2001 From: Arham Chordia <43543921+arhamchordia@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:03:17 +0530 Subject: [PATCH] Adding closing command in testing script. --- demos/upgrade-handler/v1.0.0/test_upgrade_with_contracts.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demos/upgrade-handler/v1.0.0/test_upgrade_with_contracts.sh b/demos/upgrade-handler/v1.0.0/test_upgrade_with_contracts.sh index d5e6ae297..3d468e2c5 100644 --- a/demos/upgrade-handler/v1.0.0/test_upgrade_with_contracts.sh +++ b/demos/upgrade-handler/v1.0.0/test_upgrade_with_contracts.sh @@ -66,3 +66,8 @@ fi ## wait is added so that the all the processes are not killed. ## please perform all the other queries after the announcement of test finished in order to check all the actions are working properly wait + +# Run these commands once you have finished with the tests +#pkill quasarnoded +#pkill osmosisd +#pkill rly \ No newline at end of file