Merge pull request #6221 from jtattermusch/fix_ruby_performance

Make RVM ruby accessible by performance tests
pull/6222/head
Jan Tattermusch 9 years ago
commit 7b80095a6d
  1. 1
      tools/run_tests/performance/build_performance.sh
  2. 1
      tools/run_tests/performance/run_worker_ruby.sh

@ -28,6 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
source ~/.rvm/scripts/rvm
set -ex
cd $(dirname $0)/../../..

@ -28,6 +28,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
source ~/.rvm/scripts/rvm
set -ex
cd $(dirname $0)/../../..

Loading…
Cancel
Save