]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
run-make-check.sh: run ulimit without sudo 17361/head
authoryang.wang <yang.wang@easystack.cn>
Wed, 30 Aug 2017 08:32:49 +0000 (16:32 +0800)
committerkungf <yang.wang@easystack.cn>
Fri, 15 Sep 2017 02:11:03 +0000 (10:11 +0800)
commit4e16380ab7f2aa51219e3362dcb03fa481a90d74
treee1e1bcd4ddc30230c48481bf2adb7f773fd6ebfd
parent4a3a25dece2ebc9c585fc2aa17673cc72656c033
run-make-check.sh: run ulimit without sudo

ulimit is a shell builtin like cd, not a separate program.
sudo looks for a binary to run, but there is no ulimit binary,
then you will get an error message like:
          "sudo: ulimit: command not found"
ulimit can only be run with root if you want raise the ulimit -n

Change-Id: I59ab09240cb15cabe5b0a7342c3f562cd50c75e9
Signed-off-by: yang.wang <yang.wang@easystack.cn>
run-make-check.sh