Skip to content

Commit 5176af6

Browse files
committed
add back docker exec call in test_image.sh
1 parent 7aa375c commit 5176af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ CMD=(
2828
"node test/image/compare_pixels_test.js $1"
2929
)
3030

31-
#docker exec -i $CONTAINER_NAME /bin/bash -c "${CMD[*]}"
31+
docker exec -i $CONTAINER_NAME /bin/bash -c "${CMD[*]}"

0 commit comments

Comments
 (0)