diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
commit | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch) | |
tree | f13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/core/talloc/fix_test_path.patch | |
parent | 8d35f28049488f2585ef765bf48e7a58958fd587 (diff) | |
parent | 04697136037cb5341ee6c051f8aaa265c0400c82 (diff) | |
download | linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/talloc/fix_test_path.patch')
-rw-r--r-- | abs/core/talloc/fix_test_path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/talloc/fix_test_path.patch b/abs/core/talloc/fix_test_path.patch index 37ed604..2405ec8 100644 --- a/abs/core/talloc/fix_test_path.patch +++ b/abs/core/talloc/fix_test_path.patch @@ -2,12 +2,12 @@ diff --git a/wscript b/wscript index 9cedbbf..4432a9a 100644 --- a/wscript +++ b/wscript -@@ -158,7 +158,7 @@ def test(ctx): - cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite') +@@ -159,7 +159,7 @@ def test(ctx): ret = samba_utils.RUN_COMMAND(cmd) print("testsuite returned %d" % ret) + magic_helper_cmd = os.path.join(Utils.g_module.blddir, 'talloc_test_magic_differs_helper') - magic_cmd = os.path.join(srcdir, 'lib', 'talloc', + magic_cmd = os.path.join(srcdir, 'test_magic_differs.sh') - magic_ret = samba_utils.RUN_COMMAND(magic_cmd) + magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " + magic_helper_cmd) |