Skip to content

Commit

Permalink
Update env.sh to use extrae.xml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed May 7, 2024
1 parent 5951fcd commit 225a028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export EXTRAE_ON=1
export EXTRAE_SKIP_AUTO_LIBRARY_INITIALIZE=1
export EXTRAE_CONFIG_FILE=$SRCDIR/extrae.xml

$*

0 comments on commit 225a028

Please sign in to comment.