(temporarily) make script context tests more verbose.

This commit is contained in:
KtorZ 2024-08-14 03:02:40 +02:00
parent 42784965d2
commit b104356fb9
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ cp ctx/$TITLE/inputs.cbor.template ctx/$TITLE/inputs.cbor
sed "s/{{ VALIDATOR_HASH }}/$VALIDATOR_HASH/" ctx/$TITLE/outputs.cbor.template > ctx/$TITLE/outputs.cbor sed "s/{{ VALIDATOR_HASH }}/$VALIDATOR_HASH/" ctx/$TITLE/outputs.cbor.template > ctx/$TITLE/outputs.cbor
sed "s/{{ VALIDATOR }}/$VALIDATOR/" ctx/$TITLE/tx.cbor.template | sed "s/{{ VALIDATOR_HASH }}/$VALIDATOR_HASH/" > ctx/$TITLE/tx.cbor sed "s/{{ VALIDATOR }}/$VALIDATOR/" ctx/$TITLE/tx.cbor.template | sed "s/{{ VALIDATOR_HASH }}/$VALIDATOR_HASH/" > ctx/$TITLE/tx.cbor
$AIKEN tx simulate 1>$TITLE.log 2>&1 \ $AIKEN tx simulate \
ctx/$TITLE/tx.cbor \ ctx/$TITLE/tx.cbor \
ctx/$TITLE/inputs.cbor \ ctx/$TITLE/inputs.cbor \
ctx/$TITLE/outputs.cbor ctx/$TITLE/outputs.cbor

View File

@ -60,7 +60,7 @@ echo $RESOLVED_INPUTS | cbor-diag --to hex --from diag > ctx/$TITLE/resolved_inp
echo $TRANSACTION | cbor-diag --to hex --from diag > ctx/$TITLE/tx.cbor echo $TRANSACTION | cbor-diag --to hex --from diag > ctx/$TITLE/tx.cbor
$AIKEN tx simulate 1>$TITLE.log 2>&1 \ $AIKEN tx simulate \
ctx/$TITLE/tx.cbor \ ctx/$TITLE/tx.cbor \
ctx/inputs.cbor \ ctx/inputs.cbor \
ctx/$TITLE/resolved_inputs.cbor ctx/$TITLE/resolved_inputs.cbor