aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-04-07 16:13:59 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2018-04-07 16:13:59 +0200
commit1105ba3afdf2f533782c5cc5ee984745989a1914 (patch)
treeb4aaef83c51090c041ee322a1fc1023c2337a057 /run_unittests.py
parent1ad04bed96581a3ff19fcce9f287360c4aba856a (diff)
downloadmeson-1105ba3afdf2f533782c5cc5ee984745989a1914.zip
meson-1105ba3afdf2f533782c5cc5ee984745989a1914.tar.gz
meson-1105ba3afdf2f533782c5cc5ee984745989a1914.tar.bz2
[fixup]: rename test after rebase
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 3179f9b..4f688cd 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -951,7 +951,7 @@ class AllPlatformTests(BasePlatformTests):
self.assertPathDoesNotExist(exename)
def test_forcefallback(self):
- testdir = os.path.join(self.unit_test_dir, '26 forcefallback')
+ testdir = os.path.join(self.unit_test_dir, '27 forcefallback')
self.init(testdir, ['--wrap-mode=forcefallback'])
self.build()
self.run_tests()