tests: Fix version printout

This commit is contained in:
Tomas Babej 2019-01-02 20:00:57 -05:00 committed by lauft
parent d12922d345
commit 92a8029598
11 changed files with 11 additions and 11 deletions

View file

@ -18,7 +18,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -21,7 +21,7 @@ RUN git submodule update
RUN source scl_source enable devtoolset-7; cmake -DCMAKE_BUILD_TYPE=debug . RUN source scl_source enable devtoolset-7; cmake -DCMAKE_BUILD_TYPE=debug .
RUN source scl_source enable devtoolset-7; make -j2 RUN source scl_source enable devtoolset-7; make -j2
RUN source scl_source enable devtoolset-7; make install RUN source scl_source enable devtoolset-7; make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -18,7 +18,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -18,7 +18,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -17,7 +17,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -17,7 +17,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -23,7 +23,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -16,7 +16,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -18,7 +18,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -18,7 +18,7 @@ RUN git submodule update
RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN cmake -DCMAKE_BUILD_TYPE=debug .
RUN make -j2 RUN make -j2
RUN make install RUN make install
RUN task --version RUN timew --version
# Setup tests # Setup tests
WORKDIR /root/code/test/ WORKDIR /root/code/test/

View file

@ -9,7 +9,7 @@ git submodule update
cmake -DCMAKE_BUILD_TYPE=debug . cmake -DCMAKE_BUILD_TYPE=debug .
make -j2 make -j2
make install make install
task --version timew --version
pushd test pushd test
make make