Modify test script for new directory layout
All checks were successful
DIN Payments Stack Test / Run DIN payments stack test (pull_request) Successful in 31m15s

This commit is contained in:
David Boreham 2024-04-29 17:07:17 -06:00
parent d2c825a35d
commit 2659b42cf5

View File

@ -9,7 +9,7 @@ SO_COMMAND=laconic-so
test_name="DIN payments stack deploy test"
echo "Running ${test_name}"
stack_name=$(pwd)/stacks/din-payments
stack_name=$(pwd)/stack-orchestrator/stacks/din-payments
test_fail_exit () {
local fail_message=$1