Skip to content

Commit e076a95

Browse files
committed
loggin
1 parent 7fbbd11 commit e076a95

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/fuelup/test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
# --base-image mcr.microsoft.com/devcontainers/base:ubuntu \
1919
# /path/to/this/repo
2020

21-
set -e
21+
set -x
2222

2323
# Optional: Import test library bundled with the devcontainer CLI
2424
# Provides the 'check' and 'reportResults' commands.
2525
source dev-container-features-test-lib
2626

27+
echo $PATH
28+
ls ~/.fuelup/bin
29+
2730
# Feature-specific tests
2831
# The 'check' command comes from the dev-container-features-test-lib.
2932
check "execute command" fuelup --version | grep -E 'fuelup (\d+\.)+\d+'

0 commit comments

Comments
 (0)