[segyio] 371/376: Remove hard-coded folder name from tests

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:05:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit 57cdca553aa234df2f3b20656ad3539346c2020f
Author: Andrea Brambilla <abramb at statoil.com>
Date:   Mon Aug 28 13:15:14 2017 +0200

    Remove hard-coded folder name from tests
---
 applications/test/catb.py | 2 +-
 applications/test/cath.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/test/catb.py b/applications/test/catb.py
index df35584..54a39b3 100644
--- a/applications/test/catb.py
+++ b/applications/test/catb.py
@@ -36,7 +36,7 @@ class TestSegyB(unittest.TestCase):
         b"trflag\t0",
         b"exth\t0"
     ]
-    work_dir = '../../build'
+    work_dir = '../'
     cmd_base = './applications/segyio-catb'
     FNULL = open(os.devnull, 'w')
 
diff --git a/applications/test/cath.py b/applications/test/cath.py
index 3b2abdb..206bd4d 100644
--- a/applications/test/cath.py
+++ b/applications/test/cath.py
@@ -20,7 +20,7 @@ class TestSegyH(unittest.TestCase):
         b"C14",
         b"C15 END EBCDIC HEADER",
     ]
-    work_dir = '../../build'
+    work_dir = '../'
     cmd_base = './applications/segyio-cath'
     FNULL = open(os.devnull, 'w')
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list