From: Jeff Davis Date: Thu, 1 Aug 2019 22:15:07 +0000 (-0700) Subject: LP#1662297: release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60ace410cdfd05b227730be7f37f28933e779710;p=working%2FEvergreen.git LP#1662297: release notes Signed-off-by: Jeff Davis --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/configurable-install-path-web-client-tests.adoc b/docs/RELEASE_NOTES_NEXT/Administration/configurable-install-path-web-client-tests.adoc new file mode 100644 index 0000000000..c15b88b5c9 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/configurable-install-path-web-client-tests.adoc @@ -0,0 +1,9 @@ +Configurable install path +^^^^^^^^^^^^^^^^^^^^^^^^^ +Web client automated tests now use the install path that was specified when +building Evergreen. Previously, the tests would fail to run if Evergreen +Javascript libraries were not installed in `/openils/lib`. + +To support this change, it is now necessary to run `./configure` and `make` +before running the web client automated tests. Evergreen's installation +instructions have been updated accordingly.