diff options
Diffstat (limited to 'test/node')
-rw-r--r-- | test/node/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/node/test.sh b/test/node/test.sh index 3478478..b905875 100644 --- a/test/node/test.sh +++ b/test/node/test.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib # Definition specific tests check "version" node --version - +echo "location" +echo $(whereis node) # Report result reportResults
\ No newline at end of file |