summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorPaul Osborne <osbpau@gmail.com>2016-03-21 23:18:06 -0500
committerPaul Osborne <osbpau@gmail.com>2016-03-21 23:18:06 -0500
commitc336e6df95b2b5905114ce1bc814a1e671b9fcd1 (patch)
treed36a304793b52cb406a84b24e52f0e038b6c210d /ci/run.sh
parent3813e045c51dfb4576c44a765629ef6162590764 (diff)
downloadnix-c336e6df95b2b5905114ce1bc814a1e671b9fcd1.zip
testing: specify a few extra environment variables
Signed-off-by: Paul Osborne <osbpau@gmail.com>
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 71c91cd9..2a94980f 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -22,7 +22,9 @@ BUILD_DIR="."
VERSION="$1"
TARGET="$2"
+export DOCKER_ENVIRONMENT=1
export RUST_TEST_THREADS=1
+export RUST_BACKTRACE=1
#
# Tell cargo what linker to use and whatever else is required