Skip to content

Commit

Permalink
cli integration tests clean up better
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Sep 30, 2024
1 parent d976849 commit 1bc52a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ subprojects/packagecache
subprojects/spdlog-*
subprojects/sqlite-amalgamation-*
subprojects/nlohmann_json-*

install
3 changes: 2 additions & 1 deletion test/integration/cli.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function setup() {
}

function teardown() {
:
export REPO_ROOT=/tmp/uenv-repo
rm -rf $REPO_ROOT
}

@test "noargs" {
Expand Down

0 comments on commit 1bc52a2

Please sign in to comment.