summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2020-03-20 11:12:00 -0700
committerMatt Clay <matt@mystile.com>2020-03-20 11:37:33 -0700
commit3bfd8a72b43f81e0c74d15f3a8ae4abf9e236712 (patch)
treeb3ec9dcf3ebcd1e39fbadf42bd23318e6ed22a0f
parent383ef3ea80bcb269d10b4fb2be23c7146d78242d (diff)
downloadansible-3bfd8a72b43f81e0c74d15f3a8ae4abf9e236712.tar.gz
Fix hacking/shippable/incidental.py source search.
-rwxr-xr-xhacking/shippable/incidental.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/shippable/incidental.py b/hacking/shippable/incidental.py
index 5266de503f..bf260f62eb 100755
--- a/hacking/shippable/incidental.py
+++ b/hacking/shippable/incidental.py
@@ -50,7 +50,7 @@ def main():
def parse_args():
"""Parse and return args."""
- source = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
+ source = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
parser = argparse.ArgumentParser(description='Report on incidental test coverage downloaded from Shippable.')