diff options
| author | xengineering <me@xengineering.eu> | 2026-03-23 17:25:50 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-03-23 19:56:36 +0100 |
| commit | 04e6d681f04731c67b9b65fb6a55a21184fd4baa (patch) | |
| tree | 930415e3d41ffe48d8e82c8cb178f1011cce120f /configs | |
| parent | 1337229d4a202099d9847778507faa0f0f207f82 (diff) | |
| download | sia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.tar sia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.tar.zst sia-server-04e6d681f04731c67b9b65fb6a55a21184fd4baa.zip | |
Move default.json to configs/valid
Since the default configuration is a valid configuration it should
belong to this new directory. This allows to continue with extending
automated tests to test all configurations in this directory.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/meson.build | 2 | ||||
| -rw-r--r-- | configs/valid/default.json (renamed from configs/default.json) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/meson.build b/configs/meson.build index 98110da..aa16a47 100644 --- a/configs/meson.build +++ b/configs/meson.build @@ -1,3 +1,3 @@ fs = import('fs') -default_config = fs.copyfile(meson.current_source_dir() / 'default.json') +default_config = fs.copyfile(meson.current_source_dir() / 'valid' / 'default.json') diff --git a/configs/default.json b/configs/valid/default.json index b291185..b291185 100644 --- a/configs/default.json +++ b/configs/valid/default.json |
