Akimov Vladimir
Akimov Vladimir
during installation an error occurs ``` bash server:/tmp/jsquery# make USE_PGXS=1 gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/mit-krb5 -fPIC...
For 'outputStyle' written: > Controls how stdout/stderr is displayed when the task is ran as a **transitive** target. But it don't work. ```yml test: command: 'echo 1' options: outputStyle: 'none'...
i would like to start server for test and when server started i want to run test task How can i do it in moon config ? Is it possible...