From c6c19c9d08794f947bd4b48b85a4ff9f18d56634 Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Tue, 23 Jan 2018 15:26:21 +0200 Subject: revert some docs changes from last commit by Koren table fixes by Aric Gardner in docs/release/admin-guide.rst were accidentaly destroyed files were accidentaly removed: docs/index.rst, docs/release/index.rst Change-Id: I9f826f524efd3e1af596055f0f16433551a918eb Signed-off-by: Yaron Yogev --- app/test/verify.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/test/verify.sh') diff --git a/app/test/verify.sh b/app/test/verify.sh index 681b5ed..684195e 100755 --- a/app/test/verify.sh +++ b/app/test/verify.sh @@ -8,9 +8,16 @@ # which accompanies this distribution, and is available at # # http://www.apache.org/licenses/LICENSE-2.0 # ############################################################################### -set -o errexit -set -o nounset -set -o pipefail +#set -o errexit +#set -o nounset +#set -o pipefail + +#sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm +#sudo yum -y install python35 +#sudo pip install virtualenv +#virtualenv -p $(which python3.5) $WORKSPACE/venv +#. $WORKSPACE/venv/bin/activate + PYTHONPATH=$PWD/app python3 -m unittest discover -s app/test/api PYTHONPATH=$PWD/app python3 -m unittest discover -s app/test/event_based_scan PYTHONPATH=$PWD/app python3 -m unittest discover -s app/test/fetch -- cgit 1.2.3-korg