abderrahim commented on code in PR #1994:
URL: https://github.com/apache/buildstream/pull/1994#discussion_r2041177850


##########
tests/frontend/show.py:
##########
@@ -438,8 +438,9 @@ def setup_test():
         ("%{deps}", "- import-dev.bst\n- import-links.bst\n- import-bin.bst"),
         ("%{build-deps}", "- import-dev.bst\n- import-links.bst"),
         ("%{runtime-deps}", "- import-links.bst\n- import-bin.bst"),
+        ("%{artifact-cas-digest}", "(no artifact CAS digest)"),

Review Comment:
   This now prints nothing.
   
   ```
   E           AssertionError: Expected output:
   E           (no artifact CAS digest)
   E           Instead received output:
   ```
   
   but maybe this whole change was supposed to be dropped now that we have a 
new file for these tests?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to