BugFix for example execution

这个提交包含在:
Dirk Alders 2025-02-09 10:59:29 +01:00
父节点 a5148c6a51
当前提交 72741ff812

查看文件

@ -8,11 +8,13 @@ all: $(LOGFILES)
python3 $< > $@ &
sleep 1 # let the server come up
python3 $(subst server,client,$<) 1> /dev/null
sleep 1 # let the server come down
%client.log: %client.py
python3 $(subst client,server,$<) 1> /dev/null&
sleep 1 # let the server come up
python3 $< > $@
sleep 1 # let the server come down
clean:
@echo "\e[1m * Example logs...\e[0m"