Exit test script on errors

This commit is contained in:
Prathamesh Musale 2024-06-17 12:54:15 +05:30
parent a33a118a9c
commit fa5486457a

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# Get the key from laconicd
laconicd_key=$(yes | docker compose exec laconicd laconicd keys export mykey --unarmored-hex --unsafe)