We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a976afb commit 6a9eb36Copy full SHA for 6a9eb36
1 file changed
tests/serverspec/spec/spec_init.rb
@@ -10,6 +10,12 @@
10
print "------------------------\n"
11
print " DOCKERIMAGE_ID: " + ENV['DOCKERIMAGE_ID'] + "\n"
12
print " DOCKER_IMAGE: " + ENV['DOCKER_IMAGE'] + "\n"
13
+print " DOCKER_TAG: " + ENV['DOCKER_TAG'] + "\n"
14
print " OS_FAMILY: " + ENV['OS_FAMILY'] + "\n"
15
print " OS_VERSION: " + ENV['OS_VERSION'] + "\n"
16
print "\n"
17
+print "--- internal config -----\n"
18
+$testConfiguration.each {|key, value| puts " #{key}: #{value}" }
19
+print "\n"
20
+
21
0 commit comments