bin/tests/system/stop.sh was not working
It failed to export builddir srcdir resulting in stop.pl failing when these where looked for in the environment.
This commit is contained in:
@@ -15,4 +15,6 @@ srcdir=@srcdir@
|
||||
# shellcheck source=conf.sh
|
||||
. "${builddir}/conf.sh"
|
||||
|
||||
export builddir srcdir
|
||||
|
||||
$PERL "${srcdir}/stop.pl" "$@"
|
||||
|
||||
Reference in New Issue
Block a user