diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-18 12:29:13 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-06-18 12:29:13 -0400 |
| commit | 9d2646362964d05f2c3346b5cd24ad010fdd2039 (patch) | |
| tree | 78291d05dea3a52e941b1c0b21a3d813267a523f /tests | |
| parent | b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf (diff) | |
| download | stasis-9d2646362964d05f2c3346b5cd24ad010fdd2039.tar.gz | |
Add indexer arugment '--micromamba-download-url'
* Add is_file_compressed() function to utils
* Call micromamba_install() from tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_conda.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_conda.c b/tests/test_conda.c index bbbef3c..4d0b4d8 100644 --- a/tests/test_conda.c +++ b/tests/test_conda.c @@ -26,6 +26,7 @@ void test_micromamba() { for (size_t i = 0; i < sizeof(tc) / sizeof(*tc); i++) { struct testcase *item = &tc[i]; + STASIS_ASSERT(micromamba_install(&item->mminfo) == 0, "micromamba installation failed"); int result = micromamba(&item->mminfo, (char *) item->cmd); if (result > 0) { result = result >> 8; |
