From 2f900a0427052786751894dc44db21ae0b92b5e9 Mon Sep 17 00:00:00 2001 From: Sandeep Hegde Date: Mon, 13 Nov 2017 08:05:34 -0500 Subject: [PATCH] Added PS1 variable before activating virtualenv --- etc/ci/mutation_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/ci/mutation_test.sh b/etc/ci/mutation_test.sh index a501b408796..f2fc3c994fb 100755 --- a/etc/ci/mutation_test.sh +++ b/etc/ci/mutation_test.sh @@ -8,5 +8,6 @@ set -o errexit set -o nounset set -o pipefail -source python/_virtualenv/bin/activate +PS1="" source python/_virtualenv/bin/activate +# `PS1` must be defined before activating virtualenv python python/servo/mutation/init.py components/script/dom