Skip to content

Commit

Permalink
instrumentation
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Jan 17, 2025
1 parent 9ba562f commit 62988c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ craft-grammar==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution
craft-parts @ git+https://github.com/cmatsuoka/craft-parts@craft-3828-instrumentation
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ craft-grammar==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution
craft-parts @ git+https://github.com/cmatsuoka/craft-parts@craft-3828-instrumentation
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def recursive_data_files(directory, install_directory):
"craft-archives~=2.0",
"craft-cli~=2.9",
"craft-grammar>=2.0.1,<3.0.0",
"craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution",
"craft-parts @ git+https://github.com/cmatsuoka/craft-parts@craft-3828-instrumentation",
"craft-platforms~=0.4",
"craft-providers>=2.0.4,<3.0.0",
"craft-store>=3.0.2,<4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ restore: | # If this next line fails, delete it and replace it with the one fol
rm -f ./*.snap
execute: |
snapcraft_log="$(snapcraft build 2>&1 || true)"
snapcraft_log="$(snapcraft build || true)"
echo "${snapcraft_log}" | NOMATCH "^should have failed set-version"
echo "${snapcraft_log}" | NOMATCH "^should have failed build"

0 comments on commit 62988c1

Please sign in to comment.