mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
10 lines
178 B
Bash
Executable File
10 lines
178 B
Bash
Executable File
#! /bin/sh
|
|
|
|
PYTHONPATH=build/exmachina:$PYTHONPATH
|
|
PYTHONPATH=modules/installed/lib:$PYTHONPATH
|
|
PYTHONPATH=vendor:$PYTHONPATH
|
|
|
|
export PYTHONPATH
|
|
|
|
python tests/test_user_store.py
|