Skip to content

Commit b9b8c11

Browse files
committed
fixing
1 parent b652e1a commit b9b8c11

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

20_password/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
.PHONY: test
22

3-
test:
3+
WORDS = "../inputs/words.txt"
4+
5+
test: words
46
pytest -xv test.py unit.py
7+
8+
words:
9+
[[ ! -f $(WORDS) ]] && (cd ../inputs && unzip words.txt.zip)

all_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
TESTS=$(mktemp)
4-
find . -name all_test.sh > "$TESTS"
4+
find . -mindepth 2 -maxdepth 2 -name all_test.sh | sort > "$TESTS"
55

66
while read -r TEST; do
77
DIR=$(dirname "$TEST")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy