BugFix for example execution
This commit is contained in:
parent
a5148c6a51
commit
72741ff812
@ -8,11 +8,13 @@ all: $(LOGFILES)
|
|||||||
python3 $< > $@ &
|
python3 $< > $@ &
|
||||||
sleep 1 # let the server come up
|
sleep 1 # let the server come up
|
||||||
python3 $(subst server,client,$<) 1> /dev/null
|
python3 $(subst server,client,$<) 1> /dev/null
|
||||||
|
sleep 1 # let the server come down
|
||||||
|
|
||||||
%client.log: %client.py
|
%client.log: %client.py
|
||||||
python3 $(subst client,server,$<) 1> /dev/null&
|
python3 $(subst client,server,$<) 1> /dev/null&
|
||||||
sleep 1 # let the server come up
|
sleep 1 # let the server come up
|
||||||
python3 $< > $@
|
python3 $< > $@
|
||||||
|
sleep 1 # let the server come down
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "\e[1m * Example logs...\e[0m"
|
@echo "\e[1m * Example logs...\e[0m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user