commit | 51621bea49a4db706844b469e6dadd8c45ec51ee | [log] [tgz] |
---|---|---|
author | David Kranz <dkranz@redhat.com> | Wed Oct 08 13:05:04 2014 -0400 |
committer | David Kranz <dkranz@redhat.com> | Wed Oct 15 18:40:43 2014 +0000 |
tree | 1a94723300161c64fb7e0a43d48f7a29e0f4ef09 | |
parent | 9aeebd7ce055de501aca771de92b858aa2046e2e [diff] |
Fix execute status of cleanup script files cleanup.py should be executable, cleanup_service.py is a module. Change-Id: Ibb8e06a0165d9b2f42c1aeec8bf639227a5480d3
diff --git a/tempest/cmd/cleanup.py b/tempest/cmd/cleanup.py old mode 100644 new mode 100755
diff --git a/tempest/cmd/cleanup_service.py b/tempest/cmd/cleanup_service.py index 0d3c6c6..8adfbef 100644 --- a/tempest/cmd/cleanup_service.py +++ b/tempest/cmd/cleanup_service.py
@@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright 2014 Dell Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may