Skip to content
Snippets Groups Projects
Commit 7e28a966 authored by Florent Thiery's avatar Florent Thiery
Browse files

disable python buffering so that logs display properly

parent 78a84bb1
No related branches found
No related tags found
No related merge requests found
...@@ -135,12 +135,12 @@ case "$1" in ...@@ -135,12 +135,12 @@ case "$1" in
monitor monitor
campusmanager campusmanager
# install celerity-worker first so that vod test works # install celerity-worker first so that vod test works
python3 /root/envsetup/envsetup.py 72 python3 -u /root/envsetup/envsetup.py 72
mediaserver mediaserver
# install netcapture # install netcapture
python3 /root/envsetup/envsetup.py 121 python3 -u /root/envsetup/envsetup.py 121
# demokit scripts: deploy videos, custom conf, etc # demokit scripts: deploy videos, custom conf, etc
python3 /root/envsetup/envsetup.py 53 python3 -u /root/envsetup/envsetup.py 53
[[ $2 = "--skip-tests" ]] || tests [[ $2 = "--skip-tests" ]] || tests
;; ;;
......
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