(temporarily) make script context tests more verbose.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user