diff options
author | Jiankang <jiankang.fan@samsung.com> | 2017-09-22 09:29:43 +0800 |
---|---|---|
committer | Jiankang <jiankang.fan@samsung.com> | 2017-09-22 11:28:06 +0800 |
commit | c279b3876b89c5afb90e07413c71d2ab8eb14d1b (patch) | |
tree | 85685d61e7b0b68abe119d7adb32253e7b620076 | |
parent | 24af302f7faf1def1e216eefe8d2707d020ecfba (diff) | |
download | tools-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-- | Makefile | 2 | ||||
-rw-r--r-- | kvm-worker.sh | 2 | ||||
-rwxr-xr-x | pre-deployment-test-worker.sh | 2 | ||||
-rwxr-xr-x | run-itest-kvm.sh | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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. # |