File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33SMOKETEST_DOCKER_IMAGE=${SMOKETEST_DOCKER_IMAGE:- " python:3.11" }
4+ APPMAP_PACKAGE_NAME=${APPMAP_PACKAGE_NAME:- appmap}
45
56set -x
67t=$( [ -t 0 ] && echo ' t' )
78docker run -q -i${t} --rm\
89 -v $PWD /dist:/dist -v $PWD /_appmap/test/data/unittest:/_appmap/test/data/unittest\
910 -v $PWD /ci:/ci\
1011 -v $PWD /.git:/tmp/.git:ro\
11- -w /tmp\
1212 -v $PWD /ci/readonly-mount-appmap.log:/tmp/appmap.log:ro\
13+ -w /tmp\
14+ -e APPMAP_PACKAGE_NAME \
1315 $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 11#! /usr/bin/env bash
22
3- APPMAP_PACKAGE_NAME=${APPMAP_PACKAGE_NAME:- appmap}
43
54test_recording_when_appmap_not_true ()
65{
You can’t perform that action at this time.
0 commit comments