diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-22 17:07:14 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-23 17:49:15 -0700 |
commit | 686120ee4a34f658b2f19dcac9f9dc44dbc98b93 (patch) | |
tree | 9c688afa704afc91724fdad259de4f3e447b6699 /tests/functional/meson.build | |
parent | c5949bfe313a92aab0e4cf38ab2407b0ac922ce8 (diff) |
fix: good errors for failures caused by allowSubstitutes
This caused an absolute saga which I would not like anyone else to have
to experience. Let's put in a laser targeted error message that
diagnoses this exact problem.
Fixes: https://git.lix.systems/lix-project/lix/issues/484
Change-Id: I2a79f04aeb4a1b67c10115e5e39501d958836298
Diffstat (limited to 'tests/functional/meson.build')
-rw-r--r-- | tests/functional/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index fb8d77a57..bb706ce9e 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -189,6 +189,7 @@ functional_tests_scripts = [ 'test-libstoreconsumer.sh', 'extra-sandbox-profile.sh', 'substitute-truncated-nar.sh', + 'regression-484.sh', ] # Plugin tests require shared libraries support. |