]> rtime.felk.cvut.cz Git - novaboot.git/commit
tests: Get rid of asynchronous process substitution
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 20 Nov 2019 22:10:07 +0000 (23:10 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 20 Nov 2019 22:10:07 +0000 (23:10 +0100)
commit9304caeb0696b5f4361a75451c07016a23812b46
tree876b81e9808ca17a100217232cd626f982a4c004
parent4e4e77baf6ab6a31d138cb371c729196d944d8b5
tests: Get rid of asynchronous process substitution

Under bash, processes substitution is run asynchronously. This means
that the messages printed by the process can be mixed with other
messages, which causes random tests to fail, because the wvtest
protocol lines are corrupted.

Now we run all processes synchronously and the test no longer fail
randomly.
tests/server.wv