diff options
| author | Stefan Becker <stefanb@gpartner-nvidia.com> | 2016-04-27 11:16:39 +0300 |
|---|---|---|
| committer | Stefan Becker <stefanb@gpartner-nvidia.com> | 2016-04-27 12:15:11 +0300 |
| commit | e4e56f32689fce1a2057671756473da1b080ffc2 (patch) | |
| tree | 94499eb124e3ca4477119b400d6abbf5d932f9cd /runtest.rb | |
| parent | 2941ea07651737a6151b19db45c010d2083dfa1d (diff) | |
Suppress GNU make jobserver magic in runtest.rb
Fixes https://github.com/google/kati/issues/60
Change-Id: I2f539f5c41f96a302a73f8cc5c44332b4f4cd7d3
Diffstat (limited to 'runtest.rb')
| -rwxr-xr-x | runtest.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ require 'fileutils' +# suppress GNU make jobserver magic when calling "make" +ENV.delete('MAKEFLAGS') +ENV.delete('MAKELEVEL') + while true if ARGV[0] == '-s' test_serialization = true |
