Skip to content

Commit 301408d

Browse files
crow: fix run_tests.sh (#14310)
``` python3 infra/experimental/chronos/manager.py check-tests --integrity-check crow ... 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 60.80 sec INFO:__main__:Successfully ran run_tests.sh for project: crow INFO:__main__:Checking diffing patch for project: crow Test project /src/crow/build Start 1: crow_test Start 2: template_test 1/2 Test #2: template_test .................... Passed 0.55 sec 2/2 Test #1: crow_test ........................ Passed 48.39 sec 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 48.40 sec INFO:__main__:succeeded patch: True INFO:__main__:run_tests.sh result succeeded: does not patch source control INFO:__main__:crow test completion succeeded: Duration of run_tests.sh: 112.23 seconds ```
1 parent 6d1a314 commit 301408d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/crow/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ RUN apt-get update && apt-get install -y cmake make libasio-dev
1919

2020
RUN git clone --depth 1 https://github.com/CrowCpp/Crow.git crow
2121
RUN cp $SRC/crow/tests/fuzz/build.sh $SRC/
22+
COPY run_tests.sh $SRC/run_tests.sh
2223
WORKDIR crow
2324

0 commit comments

Comments
 (0)