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
20
20
export PATH
21
21
fi
22
22
23
- export bashcomp_bash=bash
24
- env
25
-
26
- autoreconf -i
27
- ./configure
28
- make -j
29
-
30
- make -C completions check
31
-
32
23
case $DIST in
33
24
centos6|ubuntu14)
34
25
: ${PYTEST:=/ root/ .local/ bin/ pytest}
@@ -38,12 +29,14 @@ case $DIST in
38
29
;;
39
30
esac
40
31
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
46
38
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