Skip to content

Commit

Permalink
Merge pull request #135 from slaclab/setup_folder
Browse files Browse the repository at this point in the history
MNT: move setup scripts to their own folder, keep things clean in pro…
  • Loading branch information
nstelter-slac authored Sep 12, 2024
2 parents 1f4f6bb + 25392f3 commit babda50
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_MiscTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_environment_setup():
.decode("utf-8")
)

setup_script_path = git_repo_root + "/setup.sh"
setup_script_path = git_repo_root + "/setup_scripts/setup.sh"

# Read the script to extract expected values
expected_values = {}
Expand Down

0 comments on commit babda50

Please sign in to comment.