re-enable test_tpu_forwarder (#1964)
This commit is contained in:
@ -13,8 +13,7 @@ _() {
|
||||
}
|
||||
|
||||
if [[ $(ulimit -n) -lt 65000 ]]; then
|
||||
echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
|
||||
exit 1
|
||||
ulimit -n 65000 || echo 'Error: nofiles too small, run "ulimit -n 65000" to continue' && exit 1
|
||||
fi
|
||||
|
||||
_ cargo build --all --verbose
|
||||
|
Reference in New Issue
Block a user