tests: Move "not expected to work" warning into test-common.sh
Warn the first time a server is started. Incorrect for info-test with POSIX threads, so suppress the warning there. Improve the warning message a bit while we're at it. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ab244cbbe7
commit
4f2b8eea10
5 changed files with 31 additions and 42 deletions
|
@ -9,20 +9,6 @@ srcdir="$1"
|
|||
|
||||
. "$srcdir"/tests/test-common.sh
|
||||
|
||||
#
|
||||
# Currently expected to work only with thread package LWP, because:
|
||||
#
|
||||
# - Thread scheduling is reliably deterministic only with LWP
|
||||
# - Shell builtin kill appears not to do the job in MinGW
|
||||
# - The Windows server tries to run as service when -d isn't
|
||||
# specified
|
||||
#
|
||||
# TODO address these shortcomings.
|
||||
#
|
||||
if [ `sed -n 's/empthread *:= *\(.*\)/\1/p' <GNUmakefile` != LWP ]
|
||||
then echo "Warning: test not expected to work with this thread package!" >&2
|
||||
fi
|
||||
|
||||
create_sandbox
|
||||
cat >>sandbox/etc/empire/econfig <<EOF
|
||||
WORLD_X 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue