diff --git a/test/r-history/scenarios.json b/test/r-history/scenarios.json new file mode 100644 index 0000000..ec6b501 --- /dev/null +++ b/test/r-history/scenarios.json @@ -0,0 +1,8 @@ +{ + "test": { + "image": "mcr.microsoft.com/devcontainers/base:debian", + "features": { + "r-history": {} + } + } +} diff --git a/test/r-history/test.sh b/test/r-history/test.sh index 5f0435f..7c24312 100755 --- a/test/r-history/test.sh +++ b/test/r-history/test.sh @@ -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