File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ push: test
4141# Opens a shell in the container for debugging
4242.PHONY : shell
4343shell :
44- docker run --rm -it " $$ (docker build -q .)" sh
44+ docker run --rm -it " $$ (docker build --network=host - q .)" sh
4545
4646# Runs tests
4747.PHONY : test
4848test :
49- docker run --rm -v " $$ {PWD}/test:/test" " $$ (docker build -q .)" sh -c \
49+ docker run --rm -v " $$ {PWD}/test:/test" " $$ (docker build --network=host - q .)" sh -c \
5050 ' cd /tmp \
5151 && cp -r /test/before actual \
5252 && cp -r /test/after expected \
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
23<androidx .constraintlayout.widget.ConstraintLayout
34 xmlns : android =" http://schemas.android.com/apk/res/android"
45 xmlns : app =" http://schemas.android.com/apk/res-auto"
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?><androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : app =" http://schemas.android.com/apk/res-auto" xmlns : tools =" http://schemas.android.com/tools" android : layout_width =" match_parent" android : layout_height =" wrap_content" ><TextView style =" @style/foobar" android : id =" @+id/body" android : layout_width =" wrap_content" tools : text =" Hello world" /></androidx .constraintlayout.widget.ConstraintLayout>
1+ <?xml version =" 1.0" encoding =" utf-8" ?><! DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">< androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android" xmlns : app =" http://schemas.android.com/apk/res-auto" xmlns : tools =" http://schemas.android.com/tools" android : layout_width =" match_parent" android : layout_height =" wrap_content" ><TextView style =" @style/foobar" android : id =" @+id/body" android : layout_width =" wrap_content" tools : text =" Hello world" /></androidx .constraintlayout.widget.ConstraintLayout>
You can’t perform that action at this time.
0 commit comments