Merge pull request #3165 from evverx/tests-cleanups

tests,build-sys: some cleanups
This commit is contained in:
Lennart Poettering 2016-05-01 21:06:41 +02:00
commit 6738873efc
4 changed files with 7 additions and 21 deletions

View file

@ -5827,6 +5827,10 @@ EXTRA_DIST += \
test/TEST-07-ISSUE-1981/Makefile \ test/TEST-07-ISSUE-1981/Makefile \
test/TEST-07-ISSUE-1981/test-segfault.sh \ test/TEST-07-ISSUE-1981/test-segfault.sh \
test/TEST-07-ISSUE-1981/test.sh \ test/TEST-07-ISSUE-1981/test.sh \
test/TEST-08-ISSUE-2730/Makefile \
test/TEST-08-ISSUE-2730/test.sh \
test/TEST-09-ISSUE-2691/Makefile \
test/TEST-09-ISSUE-2691/test.sh \
test/test-functions test/test-functions
EXTRA_DIST += \ EXTRA_DIST += \

View file

@ -67,7 +67,7 @@ Zapamtite da samo poruke iz usluge u upitu su
odbačene, ostale poruke usluga nisu zahvaćene. odbačene, ostale poruke usluga nisu zahvaćene.
Ograničenja koja kontroliraju kada je poruka odbačena mogu se podesiti Ograničenja koja kontroliraju kada je poruka odbačena mogu se podesiti
sa RateLimitInterval= i RateLimitBurst= u sa RateLimitIntervalSec= i RateLimitBurst= u
/etc/systemd/journald.conf. Pogledajte journald.conf(5) za više pojedinosti. /etc/systemd/journald.conf. Pogledajte journald.conf(5) za više pojedinosti.
-- e9bf28e6e834481bb6f48f548ad13606 -- e9bf28e6e834481bb6f48f548ad13606

View file

@ -1,10 +0,0 @@
all:
@make -s --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
setup:
@make --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
clean:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
run:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run

View file

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile

View file

@ -1,10 +0,0 @@
all:
@make -s --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
setup:
@make --no-print-directory -C ../.. all
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
clean:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
run:
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run

View file

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile