Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ System tests of IBEX and genie_python

If you want to run these tests on a developer machine, clone this repo into `C:\Instrument\Dev`. Some files will need to be copied from the settings directory of a build machine.

* Copy these files from `system_tests/configs/tables` into your `C:/Instrument/settings/<machine name>/tables/` directory:
* Copy these files from `system_tests/configs/tables` into your `C:/Instrument/settings/config/<machine name>/configurations/tables/` directory:
1. RCPTT_detector128.dat
1. RCPTT_spectra128.dat
1. RCPTT_wiring128.dat

* Copy these files from `system_tests/configs/tcb` into your `C:/Instrument/settings/<machine name>/tcb/` directory:
* Copy these files from `system_tests/configs/tcb` into your `C:/Instrument/settings/config/<machine name>/configurations/tcb/` directory:
1. RCPTT_TCB_1.dat
1. RCPTT_TCB_2.dat

* Copy these folders from `system_tests/configs/configurations` into your `C:/Instrument/settings/<machine name>/configurations/` directory:
* Copy these folders from `system_tests/configs/configurations` into your `C:/Instrument/settings/config/<machine name>/configurations/` directory:
1. block_in_title
1. memory_usage
1. rcptt_simple
Expand Down