mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
Merge pull request #3165 from evverx/tests-cleanups
tests,build-sys: some cleanups
This commit is contained in:
commit
6738873efc
@ -5827,6 +5827,10 @@ EXTRA_DIST += \
|
||||
test/TEST-07-ISSUE-1981/Makefile \
|
||||
test/TEST-07-ISSUE-1981/test-segfault.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
|
||||
|
||||
EXTRA_DIST += \
|
||||
|
@ -67,7 +67,7 @@ Zapamtite da samo poruke iz usluge u upitu su
|
||||
odbačene, ostale poruke usluga nisu zahvaćene.
|
||||
|
||||
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.
|
||||
|
||||
-- e9bf28e6e834481bb6f48f548ad13606
|
||||
|
@ -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
|
1
test/TEST-06-SELINUX/Makefile
Symbolic link
1
test/TEST-06-SELINUX/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../TEST-01-BASIC/Makefile
|
@ -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
|
1
test/TEST-08-ISSUE-2730/Makefile
Symbolic link
1
test/TEST-08-ISSUE-2730/Makefile
Symbolic link
@ -0,0 +1 @@
|
||||
../TEST-01-BASIC/Makefile
|
Loading…
Reference in New Issue
Block a user