aboutsummaryrefslogtreecommitdiff
path: root/runtest.rb
diff options
context:
space:
mode:
authorStefan Becker <stefanb@gpartner-nvidia.com>2016-04-27 11:16:39 +0300
committerStefan Becker <stefanb@gpartner-nvidia.com>2016-04-27 12:15:11 +0300
commite4e56f32689fce1a2057671756473da1b080ffc2 (patch)
tree94499eb124e3ca4477119b400d6abbf5d932f9cd /runtest.rb
parent2941ea07651737a6151b19db45c010d2083dfa1d (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-xruntest.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtest.rb b/runtest.rb
index 330c8b1..9ad9193 100755
--- a/runtest.rb
+++ b/runtest.rb
@@ -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