Skip to content

Commit

Permalink
test: make load tests run on mac (#1437)
Browse files Browse the repository at this point in the history
## Description

Adds a new flag to allow GNU Octave graph to be generated on Mac.

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging
- [x] Unit,
[Journey](https://github.com/defenseunicorns/pepr/tree/main/journey),
[E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples),
[docs](https://github.com/defenseunicorns/pepr/tree/main/docs),
[adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or
updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed
  • Loading branch information
btlghrants authored Nov 18, 2024
1 parent 20250c1 commit 1d3636d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/load.cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,7 @@ program
`--interactive `,
`--user ${user} `,
`--volume ${opts.outputDir}:/workdir `,
`--platform linux/amd64 `,
`gnuoctave/octave:9.2.0 `,
`bash -c 'octave ${path.basename(octaveFile)}'`,
].join(" ");
Expand Down

0 comments on commit 1d3636d

Please sign in to comment.