Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Add minor fixes to generate_references on MacOS#1228

Merged
JCGoran merged 1 commit into
masterfrom
jelic/fix_generate_references
Mar 25, 2024
Merged

Add minor fixes to generate_references on MacOS#1228
JCGoran merged 1 commit into
masterfrom
jelic/fix_generate_references

Conversation

@JCGoran

@JCGoran JCGoran commented Mar 20, 2024

Copy link
Copy Markdown
Contributor

For some reason, the previous version treated the quotation marks as literal, so it kept littering the references dir with backup files which had '' appended to it. This one expands the variables properly (thanks bash for arrays!). Also, realpath may not exist on MacOS (of course...) so I've replaced it with cd "$(dirname "$0")"; pwd -P which should do the same thing cross-platform.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.57%. Comparing base (87da423) to head (c3c881f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1228   +/-   ##
=======================================
  Coverage   86.57%   86.57%           
=======================================
  Files         176      176           
  Lines       13049    13049           
=======================================
  Hits        11297    11297           
  Misses       1752     1752           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

Copy link
Copy Markdown
Collaborator

Logfiles from GitLab pipeline #201376 (:white_check_mark:) have been uploaded here!

Status and direct links:

@JCGoran JCGoran marked this pull request as ready for review March 20, 2024 10:52
@JCGoran JCGoran requested review from 1uc and alkino March 21, 2024 13:36
Comment thread test/usecases/generate_references.sh
Comment thread test/usecases/generate_references.sh
@JCGoran JCGoran merged commit 4a15447 into master Mar 25, 2024
@JCGoran JCGoran deleted the jelic/fix_generate_references branch March 25, 2024 08:11
JCGoran added a commit to neuronsimulator/nrn that referenced this pull request Mar 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants