Skip to content

Commit 2d506e2

Browse files
committed
Fix syntax error
1 parent 83a889a commit 2d506e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WORKDIR /home/raja/workspace/build
2626
RUN . /opt/spack/share/spack/setup-env.sh && export LD_LIBRARY_PATH=/opt/view/lib:$LD_LIBRARY_PATH && \
2727
cmake -DCMAKE_CXX_COMPILER=clang++ -DENABLE_OPENMP=On -DCMAKE_BUILD_TYPE=Release .. && \
2828
make -j 6 &&\
29-
ctest -T test --output-on-failure &&
29+
ctest -T test --output-on-failure
3030

3131
FROM ghcr.io/llnl/radiuss:clang-14-ubuntu-22.04 AS clang14_debug
3232
ENV GTEST_COLOR=1

0 commit comments

Comments
 (0)