Skip to content

Commit

Permalink
Merge pull request #778 from utam0k/fix/debug-mode
Browse files Browse the repository at this point in the history
fix log control env val not passing properly.
  • Loading branch information
utam0k authored Mar 17, 2022
2 parents 47fd05f + 1b2d99e commit 4dbdd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rust_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${SCRIPT_DIR}/build.sh
cp ${ROOT}/integration_tests/rust-integration-tests/integration_test/bundle.tar.gz ${SCRIPT_DIR}/bundle.tar.gz
touch ${LOGFILE}

YOUKI_LOG_LEVEL="error" sudo ./integration_test run --runtime "$1" --runtimetest ./runtimetest > $LOGFILE
sudo YOUKI_LOG_LEVEL="error" ./integration_test run --runtime "$1" --runtimetest ./runtimetest > $LOGFILE

# remove the files copied
./clean.sh
Expand Down

0 comments on commit 4dbdd6c

Please sign in to comment.