From eacf67438b4b821e1360ce43d72f456bbc4fa127 Mon Sep 17 00:00:00 2001 From: zhihui wu Date: Sun, 21 May 2017 11:42:52 +0800 Subject: keep consistent with the ci script of branch master Change-Id: I5bf19ebc8b5161655029245d498a5fa46e5792e0 Signed-off-by: zhihui wu --- tests/ci/run_ci.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/ci/run_ci.sh (limited to 'tests/ci') diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh new file mode 100644 index 00000000..28e66380 --- /dev/null +++ b/tests/ci/run_ci.sh @@ -0,0 +1,14 @@ +#! /bin/bash +############################################################################## +# Copyright (c) 2017 ZTE corp. and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +export CI_DEBUG=false + +cd ${QTIP_DIR}/qtip/runner/ +python runner.py -d ${HOME}/qtip/results/ -b all -- cgit 1.2.3-korg