Fix the eddsa system test to allow parallel run
The eddsa test was not adapted to dynamic ports, so we had to run it in sequence. This commit adds support for dynamic ports, and also makes all the scripts shellcheck clean.
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
set -e
|
||||
|
||||
exec $SHELL ../testcrypto.sh eddsa
|
||||
. "$SYSTEMTESTTOP/conf.sh"
|
||||
|
||||
if ! $SHELL ../testcrypto.sh eddsa; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user