Skip to content
Snippets Groups Projects
Commit ba6828d9 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

arti-bench.sh: set $RUST_LOG if it isn't set.

(An empty $RUST_LOG no output, and confuse the nickm^Wuser.)
parent 584e46d6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -xe
if [ -z "$RUST_LOG" ]; then
echo "Setting RUST_LOG=info for your convenience."
export RUST_LOG=info
fi
target="chutney/networks/basic"
cd "$(git rev-parse --show-toplevel)"
[ -d chutney ] || git clone https://gitlab.torproject.org/tpo/core/chutney
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment