File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ t=$([ -t 0 ] && echo 't')
77docker run -q -i${t} --rm\
88 -v $PWD /dist:/dist -v $PWD /_appmap/test/data/unittest:/_appmap/test/data/unittest\
99 -v $PWD /ci:/ci\
10+ -v $PWD /.git:/tmp/.git:ro\
1011 -w /tmp\
1112 -v $PWD /ci/readonly-mount-appmap.log:/tmp/appmap.log:ro\
1213 $SMOKETEST_DOCKER_IMAGE bash -ce " ${@:-/ ci/ smoketest.sh; / ci/ test_pipenv.sh; / ci/ test_poetry.sh} "
Original file line number Diff line number Diff line change 3636}
3737
3838set -ex
39+
40+ # now appmap requires git
41+ apt-get update -qq \
42+ && apt-get install -y --no-install-recommends git
43+
3944pip -q install -U pip pytest " flask>=2,<3" python-decouple
4045pip -q install /dist/appmap-* -py3-none-any.whl
4146
6671 exit 1
6772fi
6873
69- test_log_file_not_writable
74+ test_log_file_not_writable
You can’t perform that action at this time.
0 commit comments