Skip to content
Snippets Groups Projects
Commit c792dc87 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

bugfix for bug 559373


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent 18003535
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ else
cp $(DEMOFILES) $(DEMODIR)
cd $(DEMODIR) && $(BINDIR)/ttcn3_makefilegen $(MAKEFILEGENFLAGS) $(DEMOFILES) && \
$(MAKE) CXX='$(CXX)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)' && \
(sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start MyExample MyExample.cfg && \
(sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start -ip "127.0.0.1" MyExample MyExample.cfg && \
logformat -o MyExample_merged.log *.log
cd $(DEMODIR) && make clean
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment