File tree Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Expand file tree Collapse file tree 1 file changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,6 @@ if [ "$BSD" ]; then
2020 export PATH
2121fi
2222
23- export bashcomp_bash=bash
24- env
25-
26- autoreconf -i
27- ./configure
28- make -j
29-
30- make -C completions check
31-
3223case $DIST in
3324 centos6|ubuntu14)
3425 : ${PYTEST:=/ root/ .local/ bin/ pytest}
@@ -38,12 +29,14 @@ case $DIST in
3829 ;;
3930esac
4031
41- cd test
42- xvfb-run $PYTEST --numprocesses=${PYTEST_NUMPROCESSES:- auto} --dist=loadfile t
43- xvfb-run ./runCompletion --all --verbose
44- ./runInstall --verbose --all --verbose
45- ./runUnit --all --verbose
32+ export bashcomp_bash=bash
33+ env
34+
35+ autoreconf -i
36+ ./configure
37+ make -j
4638
47- cd ..
48- mkdir install-test
49- make install DESTDIR=$( pwd) /install-test
39+ xvfb-run make distcheck \
40+ PYTEST=$PYTEST \
41+ PYTESTFLAGS=" --numprocesses=auto --dist=loadfile" \
42+ RUNTESTFLAGS=" --all --verbose"
You can’t perform that action at this time.
0 commit comments