From c46c1e74ad930e5c0a8800e336dde4ca117c5187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 13 Sep 2017 10:56:43 +0200 Subject: run_tests.py: Haiku has no nice(). --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index efbdaaa..a00898d 100755 --- a/run_tests.py +++ b/run_tests.py @@ -171,7 +171,7 @@ if __name__ == '__main__': backend = Backend.xcode break # Running on a developer machine? Be nice! - if not mesonlib.is_windows() and 'TRAVIS' not in os.environ: + if not mesonlib.is_windows() and not mesonlib.is_haiku() and 'TRAVIS' not in os.environ: os.nice(20) # Appveyor sets the `platform` environment variable which completely messes # up building with the vs2010 and vs2015 backends. -- cgit v1.1