Commit 959d9a9 1 parent 4783764 commit 959d9a9 Copy full SHA for 959d9a9
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Install vendored packages into /tmp and then compare with what's in
6
6
# bleach/_vendor/.
7
7
8
- DEST=/tmp/vendor-test
8
+ export DEST=/tmp/vendor-test
9
+ export BLEACH_VENDOR_DIR=bleach/_vendor
9
10
10
11
if [[ -e " ${DEST} " ]]; then
11
12
echo " ${DEST} exists. Please remove."
14
15
15
16
mkdir " ${DEST} "
16
17
17
- # Get versions of pip and python
18
+ # Get diagnostic information
18
19
pip --version
20
+ echo " DEST: ${DEST} "
21
+ echo " BLEACH_VENDOR_DIR: ${BLEACH_VENDOR_DIR} "
19
22
20
23
# Copy patch files to dest directory
21
24
cp bleach/_vendor/* .patch " ${DEST} "
22
25
23
26
# Install vendored dependencies into temp directory
24
- BLEACH_VENDOR_DIR=bleach/_vendor DEST= " ${DEST} " bleach/_vendor/vendor_install.sh
27
+ bleach/_vendor/vendor_install.sh
25
28
26
29
# Diff contents of temp directory and bleach/_vendor/ excluding vendoring
27
30
# infrastructure
You can’t perform that action at this time.
0 commit comments