From 9b60fdf537aece05cdb4fdddb1dbffa0fb752e8e Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 31 May 2022 17:21:24 +0000 Subject: temp --- test/java/test.sh | 3 ++- test/node/test.sh | 3 ++- test/ruby/test.sh | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/java/test.sh b/test/java/test.sh index 5c6fa89..c282165 100644 --- a/test/java/test.sh +++ b/test/java/test.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib # Definition specific tests check "version" java --version - +echo "location" +echo $(whereis java) # Report result reportResults \ No newline at end of file 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 diff --git a/test/ruby/test.sh b/test/ruby/test.sh index 4c1cc36..fda1b2e 100644 --- a/test/ruby/test.sh +++ b/test/ruby/test.sh @@ -9,5 +9,8 @@ source dev-container-features-test-lib check "ruby version" ruby --version check "gem version" gem --version +echo "location" +echo $(whereis ruby) + # Report result reportResults \ No newline at end of file -- cgit v1.2.3