tests: Use verbose output when running the tests
This commit is contained in:
@@ -24,4 +24,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -24,4 +24,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -24,4 +24,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -23,4 +23,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -23,4 +23,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -29,4 +29,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -22,4 +22,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -24,4 +24,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -24,4 +24,4 @@ RUN task --version
|
||||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]
|
||||
|
||||
@@ -12,6 +12,6 @@ task --version
|
||||
|
||||
pushd test
|
||||
make
|
||||
./run_all
|
||||
./run_all -v
|
||||
cat all.log | grep 'not ok'
|
||||
./problems
|
||||
|
||||
Reference in New Issue
Block a user