]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: minor cleanup
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 15 Nov 2021 15:34:18 +0000 (16:34 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 13 Jan 2022 11:51:35 +0000 (12:51 +0100)
modules/meson.build
modules/ta_update/meson.build
tests/config/meson.build

index 6ac4f8bd945941259f1e22fb6a50ec6db201be62..c5360c8bbd1bf22816c96e30b494bd38ce91d7e4 100644 (file)
@@ -30,8 +30,6 @@ config_tests += [
 integr_tests += [
   ['rebinding', meson.current_source_dir() / 'rebinding' / 'test.integr'],
   ['serve_stale', meson.current_source_dir() / 'serve_stale' / 'test.integr'],
-  # NOTE: ta_update may pass in cases when it should fail due to race conditions
-  # To ensure reliability, deckard should introduce a time wait
 ]
 
 
index f295cba0fb0a14c1fdbdf1ca2b8e2cef81767235..e1c074ebeb586bcabcd7cf4be0ca7ebf8d6de876 100644 (file)
@@ -6,6 +6,8 @@ config_tests += [
 ]
 
 integr_tests += [
+  # NOTE: ta_update may pass in cases when it should fail due to race conditions
+  # To ensure reliability, deckard should introduce a time wait
   ['ta_update', meson.current_source_dir() / 'ta_update.test.integr'],
   ['ta_update.unmanagedkey', meson.current_source_dir() / 'ta_update.unmanagedkey.test.integr'],
 ]
index 99394df367235a9c3b0d775784a45bc951ffb365..a739222d56b5e694b47e6d41adb85841920f9bb8 100644 (file)
@@ -29,8 +29,8 @@ foreach config_test : config_tests
     'config.' + config_test[0],
     run_configtest,
     args: [
-       '-c', files('test.cfg'),
-       '-n'
+      '-c', files('test.cfg'),
+      '-n'
     ],
     env: conftest_env,
     suite: [