aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-17 22:45:17 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-18 00:30:52 +0200
commit5eb64a6f3e47b570f544524ef48dc6ef0e4dce59 (patch)
tree0ce453d143e3c4507f254010cb28b93f5d77f87f /run_tests.py
parent2009fdbd434279f0feddccc610067dedb7a26133 (diff)
downloadmeson-5eb64a6f3e47b570f544524ef48dc6ef0e4dce59.zip
meson-5eb64a6f3e47b570f544524ef48dc6ef0e4dce59.tar.gz
meson-5eb64a6f3e47b570f544524ef48dc6ef0e4dce59.tar.bz2
Revert "Merge pull request #1931 from centricular/use-patched-ninja"
This reverts commit aab7ada356e02033e4030143cf363d06d975283b, reversing changes made to e1b24765afd9e7d2d8043a408d69c7ad814d3551.
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/run_tests.py b/run_tests.py
index b17e0cb..040f958 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -104,12 +104,6 @@ def get_backend_commands(backend, debug=False):
return cmd, clean_cmd, test_cmd, install_cmd, uninstall_cmd
def ensure_backend_detects_changes(backend):
- # We're using a ninja with QuLogic's patch for sub-1s resolution timestamps
- # and not running on HFS+ which only stores dates in seconds:
- # https://developer.apple.com/legacy/library/technotes/tn/tn1150.html#HFSPlusDates
- # FIXME: Upgrade Travis image to Apple FS when that becomes available
- if 'MESON_FIXED_NINJA' in os.environ and not mesonlib.is_osx():
- return
# This is needed to increase the difference between build.ninja's
# timestamp and the timestamp of whatever you changed due to a Ninja
# bug: https://github.com/ninja-build/ninja/issues/371