Skip to content

Commit

Permalink
tmp commit to check devcontainer CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Sep 5, 2023
1 parent 9471de9 commit bb41efc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions test/r-history/scenarios.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"test": {
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"r-history": {}
}
}
}
6 changes: 4 additions & 2 deletions test/r-history/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ set -e
source dev-container-features-test-lib

# Feature-specific tests
touch "${R_HISTFILE}"
check "cache dir permission" find /dc/r-history/*

id "$(whoami)"
# touch "${R_HISTFILE}"
# check "cache dir permission" find /dc/r-history/*

# Report result
reportResults

0 comments on commit bb41efc

Please sign in to comment.