From 408639f4271dd2a30bda70f830b3fa62d9e85697 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 13 Jul 2018 13:10:58 -0700 Subject: [PATCH] work on CI<=>gnuplot<=>criterion-plot --- ci/test-stable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index fea943e7e59b02..017ff842b86778 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -1,5 +1,7 @@ #!/bin/bash -e +command -v gnuplot + cd "$(dirname "$0")/.." export RUST_BACKTRACE=1