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

Feature/unit tests #15

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
copy in the new config
mike dupont committed Sep 27, 2024
commit f10641a316fe00f97faef9a6aacb3bb3569b1882
4 changes: 4 additions & 0 deletions run-all-tests.sh
Original file line number Diff line number Diff line change
@@ -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}"