mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-05 15:24:11 +02:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dn=$(dirname $0)
|
|
cd "$dn/.."
|
|
|
|
PYTHONPATH=$PWD python -m unittest tests/test_broker.py
|
|
|
|
|