8000 `ARG` before `FROM` test: check correct line by reidpr · Pull Request #1469 · 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.

ARG before FROM test: check correct line #1469

Merged
merged 1 commit into from
Oct 14, 2022
Merged
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
2 changes: 1 addition & 1 deletion test/build/50_dockerfile.bats
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ EOF
[[ $output = *'base name ($os) should not be blank'* ]]
else
# shellcheck disable=SC2016
[[ ${lines[-1]} = 'error: image reference contains an undefined variable: $os' ]]
[[ ${lines[-2]} = 'error: image reference contains an undefined variable: $os' ]]
fi

# set with --build-arg
Expand Down
0