Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 16, 2024
1 parent 2bb329d commit 68c4559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
executable_extension = os.getenv("CRUNCH_EXE_EXTENSION", "")
executable_runner = os.getenv("CRUNCH_EXE_RUNNER")
simple_test = os.getenv("CRUNCH_SIMPLE_TEST")
check_list = os.getenv("CRUNCH_CHECK_LIST", "clones").split(" ")
check_list = os.getenv("CRUNCH_CHECK_LIST", "clones files").split(" ")

database_path = "test/checksums.tsv"

Expand Down

0 comments on commit 68c4559

Please sign in to comment.