11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
test: |
|
|
trap cleanup EXIT
|
|
cleanup(){
|
|
test -d indexdir && rm -rf indexdir
|
|
}
|
|
mkdir indexdir
|
|
${PYTHON:-python3} quick_start.py
|
|
|
|
require:
|
|
- python3-whoosh
|