8000 exclude lark from grep tool by lucaudill · Pull Request #1434 · hpc/charliecloud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

exclude lark from grep tool #1434

Merged
merged 2 commits into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions misc/grep
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ find . \( -path ./.git \
-o -path ./doc/doctrees \
-o -path ./doc/html \
-o -path ./doc/man \
-o -path ./lib/lark \
-o -name '*.pyc' \
-o -name configure \
-o -name 'config.*' \
Expand Down
2 changes: 1 addition & 1 deletion test/build/50_ch-image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ EOF
[[ $output = *'in local storage: no'* ]]
[[ $output = *'available remotely: yes'* ]]
[[ $output = *'remote arch-aware: yes'* ]]
[[ $output = *'archs available: 386 amd64 arm/v5 arm/< 4ACA /span>v7 arm64/v8 mips64le ppc64le s390x'* ]]
[[ $output = *'archs available: 386 amd64 arm/v7 arm64/v8'* ]]

# in storage, exists remotely, no fat manifest
run ch-image list charliecloud/metadata:2021-01-15
Expand Down
0