
10 Apr
2019
10 Apr
'19
7:03 a.m.
On Wed, 2019-04-03 at 11:41 +0100, Daniel P. Berrangé wrote: [...]
./autogen.sh --prefix=\$(pwd)/install-root && make -j3 && make -j3 install && - make -j3 dist || - ( - echo '=== LOG FILE(S) START ==='; - find -name test-suite.log | xargs cat; - echo '=== LOG FILE(S) END ==='; - exit 1 - ) - " + make -j3 dist"
Woops, you should not be removing that double quote, as the entire script is stored inside an environment variable! Please make sure to fix that before pushing. -- Andrea Bolognani / Red Hat / Virtualization