Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9174] [PATCH] Fix test suite, add TLS 1.2 test suites with

Date: Sun, 06 Oct 2013 13:23:53 +0000

Comment # 22 on bug 9174 from
(In reply to comment #21)
> Comment on attachment 11627 [details]
> [PATCH 3/5] test/decryption: separate source dir to test dir
> 
> I had to use TEST_HOME in suite-nameres.sh when applying the previous patch,
> so I think this patch needs adjusting in response (it otherwise removes
> TEST_HOME from config.sh). If I shouldn't have used TEST_HOME in that way,
> please let me know some other way to fix the suite-nameres since it was
> otherwise failing.

TEST_HOME has to be a temporary, previously (and in the repository), it is
still a constant in every test ("fakehome" in the tests dir).

TEST_HOME should be replaced by "$TEST_OUTDIR/home". In suite-nameres.sh, you
could use:

    CONF_PATH="$TEST_OUTDIR/home/Wireshark

While working through the test-suite, I gave up on fixing nameres.sh because it
insists on building some files, which have crazy dependency issues. You can
find the work-in-progress mess in [1]

 [1]:
https://git.lekensteyn.nl/peter/wireshark-notes/tree/patches/autotools-nightmare-attempt-to-fix-unittests-build.patch#n662


You are receiving this mail because:
  • You are watching all bug changes.