mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-02 05:02:24 +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
|
|
|
|
|