From 1bc52a25e008bff3f48c0850e0d56730235eaf10 Mon Sep 17 00:00:00 2001 From: bcumming Date: Mon, 30 Sep 2024 13:00:40 +0200 Subject: [PATCH] cli integration tests clean up better --- .gitignore | 2 ++ test/integration/cli.bats | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e5641de..841743b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ subprojects/packagecache subprojects/spdlog-* subprojects/sqlite-amalgamation-* subprojects/nlohmann_json-* + +install diff --git a/test/integration/cli.bats b/test/integration/cli.bats index cc075bb..f550717 100644 --- a/test/integration/cli.bats +++ b/test/integration/cli.bats @@ -22,7 +22,8 @@ function setup() { } function teardown() { - : + export REPO_ROOT=/tmp/uenv-repo + rm -rf $REPO_ROOT } @test "noargs" {