1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

we cant test without super user privs

This commit is contained in:
Steffen Vogel 2015-09-15 16:05:07 +02:00
parent 8b10602aaa
commit 6862fa0061
2 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,6 @@ install:
script:
- make build
- make test
after_success:
- echo -e "Host ${DEPLOY_HOST}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

View file

@ -43,7 +43,7 @@ build: dependencies
# Test S2SS server by running it for 3 secs
test: build
LD_LIBRARY_PATH=$(PREFIX)/usr/lib/ \
timeout --signal INT 3s \
timeout --signal INT --preserve-status 3s \
server/server server/etc/loopback.conf || true
# Deploy
@ -54,6 +54,6 @@ deploy: build
rsync --archive --delete documentation/html/ $(DEPLOY_USER)@$(DEPLOY_HOST):$(DEPLOY_PATH)/doc/
# Generate documentation
doc: doxygen-1.8.10
doc: $(PREFIX)/doxygen-1.8.10
PATH=$(PREFIX)/doxygen-1.8.10/bin/:$(PATH) \
doxygen