Skip to content

Commit

Permalink
fixed the pyproject script so that it runs the ioc
Browse files Browse the repository at this point in the history
Also added a shell script to run the tickit sim.
  • Loading branch information
evalott100 committed Nov 19, 2024
1 parent 3e1482b commit 0e7d8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dev = [
]

[project.scripts]
fastcs-eiger = "fastcs_eiger.__main__:main"
fastcs-eiger = "fastcs_eiger.__main__:app"

[project.urls]
GitHub = "https://github.com/DiamondLightSource/fastcs-eiger"
Expand Down
4 changes: 4 additions & 0 deletions tests/start_tickit_client.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
export EPICS_CA_SERVER_PORT=6064
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
python -m tickit --log-level INFO all $SCRIPT_DIR/system/eiger.yaml

0 comments on commit 0e7d8bf

Please sign in to comment.