Skip to content

Commit cb29958

Browse files
Add elixir-project test folder
1 parent c3af255 commit cb29958

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

test/elixir-project/test.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
# Optional: Import test library bundled with the devcontainer CLI
6+
# shellcheck source=/dev/null
7+
source dev-container-features-test-lib
8+
9+
# Feature-specific tests
10+
check "environment" bash -c "env | grep ERL_AFLAGS"
11+
check "gitignore" grep -xF .bash_history .gitignore
12+
13+
# Report result
14+
reportResults

0 commit comments

Comments
 (0)