From 1691ef31db84f8b47885e7bce8f6fbdbba7fe6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Thu, 16 May 2024 14:28:26 +0200 Subject: [PATCH] Detail --- cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs b/cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs index f824371a7a..eeb6163eb1 100644 --- a/cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs +++ b/cardano-cli/test/cardano-cli-golden/Test/Golden/TxView.hs @@ -345,6 +345,8 @@ createAlonzoTxBody mUpdateProposalFile transactionBodyFile = do ] ) +-- | Execute me with: +-- @cabal test cardano-cli-golden --test-options '-p "/golden view alonzo yaml/"'@ hprop_golden_view_alonzo_yaml :: Property hprop_golden_view_alonzo_yaml = propertyOnce $ moduleWorkspace "tmp" $ \tempDir -> do @@ -381,6 +383,8 @@ hprop_golden_view_alonzo_yaml = ["transaction", "view", "--tx-body-file", transactionBodyFile, "--output-yaml"] H.diffVsGoldenFile result $ goldenDir "alonzo/transaction-view.out" +-- | Execute me with: +-- @cabal test cardano-cli-golden --test-options '-p "/golden view alonzo signed yaml/"'@ hprop_golden_view_alonzo_signed_yaml :: Property hprop_golden_view_alonzo_signed_yaml = propertyOnce $ moduleWorkspace "tmp" $ \tempDir -> do