mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-06-09 05:18:42 +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
|
|
|
|
|