diff options
author | Torsten Grote <t@grobox.de> | 2020-05-08 09:58:47 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-08 09:58:47 -0300 |
commit | 06aa5abcc7b96236b42fdf33af347f09632b6560 (patch) | |
tree | 84cfc82936a0054f0c5b74890d4b2c55eddb61e6 /integrationtests/test-base.sh | |
parent | 4bd372770e331f95439acf68a024f6bc11914e78 (diff) |
clean up integration test shell library
Diffstat (limited to 'integrationtests/test-base.sh')
-rwxr-xr-x | integrationtests/test-base.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/integrationtests/test-base.sh b/integrationtests/test-base.sh index 80ac466f7..32187dd24 100755 --- a/integrationtests/test-base.sh +++ b/integrationtests/test-base.sh @@ -4,10 +4,7 @@ # wallet and merchant. source "common.sh" -setup_config "base" -setup_services -launch_services -wait_for_services +normal_start_and_wait "base" # run wallet CLI echo "Running wallet" |