Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Sep 23, 2023
1 parent 31125e7 commit bb99367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ run_test() {
local -r post_script="$3"
cmd time docker run --rm --init --interactive --user vscode \
--env TERM --env COLORTERM --env REMOTE_CONTAINERS=true \
--volume "${dotfiles_root}:/original-dotfiles:ro" \
--volume "${dotfiles_root}:/original-dotfiles" \
"mcr.microsoft.com/devcontainers/base:${os}" \
bash <<EOF
set -euxo pipefail
Expand Down

0 comments on commit bb99367

Please sign in to comment.