File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -318,28 +318,4 @@ jobs:
318318 ./configure --enable-postgres CPPFLAGS="-I/usr/pkg/include" LDFLAGS="-L/usr/pkg/lib -Wl,-R/usr/pkg/lib"
319319 make
320320 make install
321- if : ${{ matrix.distribution == 'netbsd' }}
322- - name : Link vm shell script
323- run : ln -s /home/runner/.local/bin/${{ matrix.distribution }} /home/runner/.local/bin/vm
324- - name : Initialize test data
325- shell : vm {0}
326- run : >
327- cd $GITHUB_WORKSPACE/unittesting
328- && bash ./initialize_db.sh
329- && cp test-files/wendzelnntpd.conf /usr/local/etc/wendzelnntpd/
330- - name : Test wendzelnntpadm
331- shell : vm {0}
332- run : cd $GITHUB_WORKSPACE/unittesting && PATH=/usr/local/sbin:$PATH ./test_wendzelnntpadm.sh
333- - name : Reinitialize database
334- shell : vm {0}
335- run : cd $GITHUB_WORKSPACE/unittesting && bash ./initialize_db.sh
336- - name : run wendzelnntpd
337- shell : vm {0}
338- run : /usr/local/sbin/wendzelnntpd -d > /dev/null 2> /dev/null &
339- - name : Copy certificates from container to host
340- run : >
341- cd unittesting
342- && mkdir tmp
343- && scp ${{ matrix.distribution }}:/usr/local/etc/wendzelnntpd/ssl/ca.crt tmp/ca-self.crt
344- && scp ${{ matrix.distribution }}:/usr/local/etc/wendzelnntpd/ssl/ca-key.pem tmp/ca-self.key
345321
You can’t perform that action at this time.
0 commit comments