Skip to content

Commit

Permalink
Run script with debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Sep 11, 2024
1 parent ec90808 commit 252ee86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/buildNeuron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Set up the runtime environment by sourcing the environmentXXX.sh scripts.
# For a local installation you might have put the content of those scripts
# directly into your ~/.bashrc or ~/.zshrc
set -x

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "${SCRIPT_DIR}/environment.sh"

Expand Down
1 change: 1 addition & 0 deletions wrappers/runUnprivileged.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x
if [ -n "${OS_CONTAINER}" ]
then
# We are running under Docker
Expand Down

0 comments on commit 252ee86

Please sign in to comment.