We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbbd11 commit e076a95Copy full SHA for e076a95
1 file changed
test/fuelup/test.sh
@@ -18,12 +18,15 @@
18
# --base-image mcr.microsoft.com/devcontainers/base:ubuntu \
19
# /path/to/this/repo
20
21
-set -e
+set -x
22
23
# Optional: Import test library bundled with the devcontainer CLI
24
# Provides the 'check' and 'reportResults' commands.
25
source dev-container-features-test-lib
26
27
+echo $PATH
28
+ls ~/.fuelup/bin
29
+
30
# Feature-specific tests
31
# The 'check' command comes from the dev-container-features-test-lib.
32
check "execute command" fuelup --version | grep -E 'fuelup (\d+\.)+\d+'
0 commit comments