Skip to content

Commit c7eb389

Browse files
committed
Add debugging
1 parent 75ee4ec commit c7eb389

24 files changed

+24
-8
lines changed

tests/dockerfiles/php53/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php53" .

tests/dockerfiles/php53/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php53" sh -c "${command}"

tests/dockerfiles/php53/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php53"

tests/dockerfiles/php54/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php54" .

tests/dockerfiles/php54/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php54" sh -c "${command}"

tests/dockerfiles/php54/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php54"

tests/dockerfiles/php55/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php55" .

tests/dockerfiles/php55/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php55" sh -c "${command}"

tests/dockerfiles/php55/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php55"

tests/dockerfiles/php56/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php56" .

tests/dockerfiles/php56/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php56" sh -c "${command}"

tests/dockerfiles/php56/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php56"

tests/dockerfiles/php70/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php70" .

tests/dockerfiles/php70/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php70" sh -c "${command}"

tests/dockerfiles/php70/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php70"

tests/dockerfiles/php71/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php71" .

tests/dockerfiles/php71/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php71" sh -c "${command}"

tests/dockerfiles/php71/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php71"

tests/dockerfiles/php72/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php72" .

tests/dockerfiles/php72/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php72" sh -c "${command}"

tests/dockerfiles/php72/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php72"

tests/dockerfiles/php73/1_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Build an image.
2+
set -x
23
docker build --tag="php-curl-class/php73" .

tests/dockerfiles/php73/3_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ bash "tests/before_script.sh" &&
1414
bash "tests/script.sh"
1515
END
1616
)
17+
set -x
1718
docker exec --interactive --tty "php73" sh -c "${command}"

tests/dockerfiles/php73/4_stop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Stop container.
2-
2+
set -x
33
docker stop "php73"

0 commit comments

Comments
 (0)