LP#1662297: release notes user/jeffdavis/lp1662297-no-hardcoded-install-path
authorJeff Davis <jeff.davis@bc.libraries.coop>
Thu, 1 Aug 2019 22:15:07 +0000 (15:15 -0700)
committerJeff Davis <jeff.davis@bc.libraries.coop>
Thu, 1 Aug 2019 22:15:07 +0000 (15:15 -0700)
Signed-off-by: Jeff Davis <jeff.davis@bc.libraries.coop>
docs/RELEASE_NOTES_NEXT/Administration/configurable-install-path-web-client-tests.adoc [new file with mode: 0644]

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 (file)
index 0000000..c15b88b
--- /dev/null
@@ -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.