File tree 2 files changed +3
-13
lines changed
2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ install:
12
12
- docker-compose build
13
13
14
14
script :
15
- # - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
16
- - docker-compose run tests
15
+ - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
17
16
18
17
notifications :
19
18
email :
Original file line number Diff line number Diff line change 74
74
echo " ############### Compiling and installing ptrack extension"
75
75
76
76
# XXX: Hackish way to make possible to run tap tests
77
- # mkdir $PG_SRC/contrib/ptrack
78
- # cp -R t $PG_SRC/contrib/ptrack/
79
77
ln -s ` pwd` $PG_SRC /contrib/ptrack
80
78
81
79
make USE_PGXS=1 PG_CPPFLAGS=" -coverage" SHLIB_LINK=" -coverage" -C $PG_SRC /contrib/ptrack/ install
@@ -97,16 +95,9 @@ if [ "$TEST_CASE" = "tap" ]; then
97
95
fi
98
96
99
97
else
100
- # Show kernel params (used for debugging -- probackup tests)
101
- echo " ############### kernel params:"
102
- cat /proc/sys/kernel/yama/ptrace_scope
103
- sysctl kernel.yama.ptrace_scope=0
104
- cat /proc/sys/kernel/yama/ptrace_scope
105
- sudo sysctl kernel.yama.ptrace_scope=0
106
- cat /proc/sys/kernel/yama/ptrace_scope
98
+ # Set kernel params (used for debugging -- probackup tests)
99
+ echo " ############### setting kernel params:"
107
100
sudo sh -c ' echo 0 > /proc/sys/kernel/yama/ptrace_scope'
108
- cat /proc/sys/kernel/yama/ptrace_scope
109
- ls -l /usr/sbin
110
101
111
102
# Build and install pg_probackup
112
103
echo " ############### Compiling and installing pg_probackup"
You can’t perform that action at this time.
0 commit comments