From: jenkins-bot Date: Fri, 9 Dec 2016 00:49:05 +0000 (+0000) Subject: Merge "Use 1 processes instead of 4 for phan" X-Git-Tag: 1.31.0-rc.0~4633 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=07b988186d7aef14401eaae80914f09712ae1a08;hp=482e3180b1ae07862791a49d573c669ce7021818;p=lhc%2Fweb%2Fwiklou.git Merge "Use 1 processes instead of 4 for phan" --- diff --git a/tests/phan/bin/phan b/tests/phan/bin/phan index 07caee6a59..e9222a44d6 100755 --- a/tests/phan/bin/phan +++ b/tests/phan/bin/phan @@ -31,9 +31,9 @@ php7.0 $PHAN \ --project-root-directory "$ROOT" \ --config-file "$ROOT/tests/phan/config.php" \ --output "$ROOT/tests/phan/issues/issues-${REV}" \ - -j 4 + "${@}" -# Re-link the latest directory +# Re-link the latest file rm -f "${ISSUES}/latest" ln -s "${RUN}" "${ISSUES}/latest"