Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix #363. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingao267 authored May 8, 2018
1 parent e4df7a3 commit 534931e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions container/image_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def test_py_image(self):
'./app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata',
'./app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/py_image.py',
'./app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/py_image.binary',
'./app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/__init__.py',
# TODO(mattmoor): The path normalization for symlinks should match
# files to avoid this redundancy.
'/app',
Expand All @@ -444,7 +445,6 @@ def test_py_image(self):
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/py_image_library.py',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/testdata/__init__.py',
'/app/testdata/py_image.binary',
'/app/testdata/py_image.binary.runfiles/io_bazel_rules_docker/external',
])
Expand All @@ -456,7 +456,6 @@ def test_py_image(self):
'./app/io_bazel_rules_docker',
'./app/io_bazel_rules_docker/testdata',
'./app/io_bazel_rules_docker/testdata/py_image_library.py',
'./app/io_bazel_rules_docker/testdata/__init__.py',
])

def test_cc_image(self):
Expand Down

0 comments on commit 534931e

Please sign in to comment.