We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187f854 commit 03c1a14Copy full SHA for 03c1a14
developer-scripts/travis/test-script.InstallScript.sh
@@ -29,7 +29,7 @@ if [[ -d "${BUILD_LOC_DIR}" ]]; then
29
echo "Found opencoarrays build directory created by the install script:"
30
echo " ${BUILD_LOC_DIR}"
31
(
32
- cd "${BUILD_LOC}"
+ cd "${BUILD_LOC[${#BUILD_LOC[@]}-1]}"
33
CTEST_LOC=(../../../installations/cmake/*/bin/ctest)
34
INSTALLER_CTEST="${CTEST_LOC[${#CTEST_LOC[@]}-1]}"
35
if [[ -x "${INSTALLER_CTEST}" ]] ;then
0 commit comments