From 60ace410cdfd05b227730be7f37f28933e779710 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Thu, 1 Aug 2019 15:15:07 -0700 Subject: [PATCH] LP#1662297: release notes Signed-off-by: Jeff Davis --- .../configurable-install-path-web-client-tests.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/configurable-install-path-web-client-tests.adoc 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. -- 2.11.0