From e7df7ea5737ed2b1f3e5d7ed4daca5ed20d9ddbf Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Sat, 29 Sep 2018 20:41:09 +0530 Subject: [PATCH] Update script.sh --- ci/script.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 182f86a8b..64897ab65 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -13,8 +13,6 @@ main() { cargo install --force --path . - export QEMU_STRACE=1 - # test `cross check` if [ ! -z $STD ]; then td=$(mktemp -d)