1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

Merge pull request #15361 from mrc0mmand/yet-another-TEST-47-tweak

test: wait a bit after stopping the test service
This commit is contained in:
Anita Zhang 2020-04-09 14:18:37 -07:00 committed by GitHub
commit dc487c9801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ systemctl status testsuite-47-repro
leaked_pid=$(cat /leakedtestpid) leaked_pid=$(cat /leakedtestpid)
systemctl stop testsuite-47-repro systemctl stop testsuite-47-repro
sleep 1
# Leaked PID will still be around if we're buggy. # Leaked PID will still be around if we're buggy.
# I personally prefer to see 42. # I personally prefer to see 42.