Skip to content

Commit

Permalink
copy in the new config
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 27, 2024
1 parent d750653 commit f10641a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export NODEOPT1="--prof --expose-gc"
# setup perf permissions
echo 2 > /proc/sys/kernel/perf_event_paranoid

## now copy in the files from mounted
cp -v "/opt/introspector/test/*.json" /app/
cp -v "/opt/introspector/test/*.yaml" /app/

mkdir "${OUTPUT_DIR}"
mkdir "${NODE_OUTPUT_DIR}"
mkdir "${CLINIC_OUTPUT_DIR}"
Expand Down

0 comments on commit f10641a

Please sign in to comment.