summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiankang <jiankang.fan@samsung.com>2017-09-22 09:29:43 +0800
committerJiankang <jiankang.fan@samsung.com>2017-09-22 11:28:06 +0800
commitc279b3876b89c5afb90e07413c71d2ab8eb14d1b (patch)
tree85685d61e7b0b68abe119d7adb32253e7b620076
parent24af302f7faf1def1e216eefe8d2707d020ecfba (diff)
downloadtools-testing-c279b3876b89c5afb90e07413c71d2ab8eb14d1b.tar.gz
tools-testing-c279b3876b89c5afb90e07413c71d2ab8eb14d1b.tar.bz2
tools-testing-c279b3876b89c5afb90e07413c71d2ab8eb14d1b.zip
fix making test issue for ubunturelease-20170922
Change-Id: Ie25ec0ee099da73a4fc39a5d66e1b9b6cbe12194 Signed-off-by: Jiankang <jiankang.fan@samsung.com>
-rw-r--r--Makefile2
-rw-r--r--kvm-worker.sh2
-rwxr-xr-xpre-deployment-test-worker.sh2
-rwxr-xr-xrun-itest-kvm.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 69caf52..8fac6e3 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,4 @@ install:
install -m 0644 coverage.xml-fake nosetests.xml-fake $(DESTDIR)/var/lib/jenkins
test:
- checkbashisms $(SH_FILES)
+ - checkbashisms $(SH_FILES)
diff --git a/kvm-worker.sh b/kvm-worker.sh
index 9af59e3..37545c9 100644
--- a/kvm-worker.sh
+++ b/kvm-worker.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright (c) 2013, 2014, 2015 Intel, Inc.
#
diff --git a/pre-deployment-test-worker.sh b/pre-deployment-test-worker.sh
index d7b9b3b..1cfeab5 100755
--- a/pre-deployment-test-worker.sh
+++ b/pre-deployment-test-worker.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -xeu
+#!/bin/bash -xeu
#
# Copyright (c) 2013, 2014, 2015 Intel, Inc.
#
diff --git a/run-itest-kvm.sh b/run-itest-kvm.sh
index 0a1111b..83483c5 100755
--- a/run-itest-kvm.sh
+++ b/run-itest-kvm.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -xeu
+#!/bin/bash -xeu
#
# Copyright (c) 2013, 2014, 2015 Intel, Inc.
#