We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab766 commit 36d1474Copy full SHA for 36d1474
test/macos-script.sh
@@ -8,10 +8,6 @@ brew install \
8
automake \
9
bash
10
11
-oldpwd=$(pwd)
12
-cp -a . /work
13
-cd /work
14
-
15
python3 -m venv venv
16
#shellcheck disable=SC1091
17
source venv/bin/activate
@@ -26,4 +22,3 @@ make -j
26
22
27
23
make distcheck \
28
24
PYTESTFLAGS="${PYTESTFLAGS---verbose -p no:cacheprovider --numprocesses=auto --dist=loadfile}"
29
-cp -p bash-completion-*.tar.* "$oldpwd/"
0 commit comments