Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adapters/Dockerfile.openfoam-adapter
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY --from=openfoam /opt/openfoam4 /opt/openfoam4/

# Building openfoam-adapter
USER precice
SHELL ["/bin/bash", "-c"]
WORKDIR /home/precice
ARG branch=develop
RUN git clone --branch $branch https://github.com/precice/openfoam-adapter.git
Expand Down
2 changes: 1 addition & 1 deletion silent_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ failed=0
docker-compose up -d || exit 1
services=($(docker-compose ps | awk '{print $1}'| tail -n +3))

# maximum test time out is 10 minutes
# maximum test timeout is 10 minutes
for i in {1..10}; do
for service in ${services[@]}; do
# check if the service is still running
Expand Down
2 changes: 1 addition & 1 deletion system_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def build_run_compare(test, tag, branch, local_precice, force_rebuild, rm_all):
if test_basename in compose_tests:
run_compose(test, branch, local_precice, tag, force_rebuild, rm_all)
else:
# remaining, non compose tests
# remaining, non-compose tests
test_dirname = "Test_{systest}".format(systest=test)
test_path = os.path.join(os.getcwd(), 'tests', test_dirname)
with common.chdir(test_path):
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading