Commit 1423742e authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in Docker scripts

parent 29d0ba0a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ RUN cd /home/etsi/frameworks \
    && . /home/etsi/devenv.bash \
    && ./update_emcom_project.bash \
    && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs \
    && find /home/etsi/dev/etsi_emcom -type f -name "*.ttcn" -exec grep timestamp {} \; \
    && ../bin/ng112_generate_makefile.bash

# That's all Floks
+2 −3
Original line number Diff line number Diff line
@@ -7,10 +7,9 @@

docker run stf549_ng112:latest "/bin/bash" \
	-c "source /home/etsi/devenv.bash \
	    && cd /home/etsi/dev/STF549_Ng112/scripts \
        && ./update_emcom_project.bash \
	    && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs \
	    && ../bin/run_all.bash"
	    && ../bin/run_all.bash \
      && ls -ltr ../logs"

# That's all Floks
exit 0