File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ function cleanup_before_exit() {
129
129
}
130
130
trap cleanup_before_exit EXIT # The signal is specified here. Could be SIGINT, SIGTERM etc.
131
131
132
- pushd " ${OPENCOARRAYS_SRC_DIR} " /src/tests/installation
132
+ pushd " ${OPENCOARRAYS_SRC_DIR} " /src/tests/installation || exit 1
133
133
134
134
# shellcheck source=../../../prerequisites/stack.sh
135
135
source " ${OPENCOARRAYS_SRC_DIR} " /prerequisites/stack.sh
136
136
source test-stack.sh
137
137
test_stack
138
138
139
- popd
139
+ popd || exit 1
Original file line number Diff line number Diff line change 1
1
-b --install-branch [arg] Install the specified repository development branch.
2
2
-B --list-branches [arg] List the available branches in the specified package's repository.
3
- -c --with-c [arg] Use specified C compiler.
4
- -C --with-cxx [arg] Use specified C++ compiler.
3
+ -c --with-c [arg] Use specified C compiler.
4
+ -C --with-cxx [arg] Use specified C++ compiler.
5
5
-d --debug Enable debug mode.
6
6
-D --print-downloader [arg] Print download program for package specified in argument.
7
7
-e --verbose Enable verbose mode, print script as it is executed.
8
- -f --with-fortran [arg] Use specified Fortran compiler.
8
+ -f --with-fortran [arg] Use specified Fortran compiler.
9
9
-h --help Print this page.
10
10
-i --install-prefix [arg] Install package in specified path. Default="${OPENCOARRAYS_SRC_DIR}/prerequisites/installations/${package_name:-}/${version_to_build:-}"
11
11
-I --install-version [arg] Install package version.
You can’t perform that action at this time.
0 commit comments