aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-05-09 22:08:53 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-05-10 12:30:47 +0200
commit0dd46358422556d599305c68bd19fe97734ddd9d (patch)
tree5410e9beed577cc696753e4fd9a0855c8a4ccbf6 /run_unittests.py
parent05e4298dc5f20ddc4bf8702c1fbedb21986c2a4c (diff)
downloadmeson-0dd46358422556d599305c68bd19fe97734ddd9d.zip
meson-0dd46358422556d599305c68bd19fe97734ddd9d.tar.gz
meson-0dd46358422556d599305c68bd19fe97734ddd9d.tar.bz2
unit tests: Undo accidental disabling of test
Was accidentally merged. https://github.com/mesonbuild/meson/pull/3240/files#r181593745
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 94c14da..5997e35 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1022,7 +1022,6 @@ class AllPlatformTests(BasePlatformTests):
self._run(self.mtest_command + ['--setup=timeout'])
def test_testsetup_selection(self):
- return
testdir = os.path.join(self.unit_test_dir, '13 testsetup selection')
self.init(testdir)
self.build()