summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-01-03 01:27:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-03 01:27:04 +0000
commita78dda01dc569027fdace4008a6c40725613337a (patch)
tree4d55f74e7872635355b5bac60225aa4d70736ca2
parentea88357b19d39c981f819a8437154433518568fd (diff)
parent06a9a99d5a910fac6e4327e408a532e6daad3db4 (diff)
Merge "modify the output message in push-test-log.sh"
-rw-r--r--utils/push-test-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh
index 586afce1b..913748f03 100644
--- a/utils/push-test-logs.sh
+++ b/utils/push-test-logs.sh
@@ -54,7 +54,7 @@ if [ -d "$dir_result" ]; then
else
gsutil ls gs://artifacts.opnfv.org/"$project"/ &>/dev/null
if [ $? != 0 ]; then
- echo "Not possible to push results to artifact: gsutil not installed.";
+ echo "Not possible to push results to artifact: some error happened when using gsutil";
else
echo "Uploading logs to artifact $project_artifact"
gsutil -m cp -r "$dir_result"/* gs://artifacts.opnfv.org/"$project_artifact"/ >/dev/null 2>&1