libyal/libwrc

pywrc_test_stream.py missing in source package

Closed this issue · 1 comments

This appears to be similar to this issue: Using the libwrc-experimental-20221009 source distribution package, running

./configure --enable-python --enable-python3
make
make check

I get the error messages

...
SKIP: test_wrcinfo.sh
PASS: test_library.sh
FAIL: test_python_module.sh
============================================================================
Testsuite summary for libwrc 20221009
============================================================================
# TOTAL: 3
# PASS:  1
# SKIP:  1
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to joachim.metz@gmail.com
============================================================================

And in the file test-suite.log

===========================================
   libwrc 20221009: tests/test-suite.log
===========================================

# TOTAL: 3
# PASS:  1
# SKIP:  1
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

SKIP: test_wrcinfo.sh
=====================

Test input directory not found.
SKIP test_wrcinfo.sh (exit status: 77)

FAIL: test_python_module.sh
===========================

Testing Python-bindings functions: manifest_resource (PASS)
Testing Python-bindings functions: message_table_resource (PASS)
Testing Python-bindings functions: mui_resource (PASS)
Testing Python-bindings functions: string_table_resource (PASS)
Testing Python-bindings functions: support (PASS)
Testing Python-bindings functions: version_information_resource (PASS)
Missing test executable: ./pywrc_test_stream.py

FAIL test_python_module.sh (exit status: 1)

Grabbing the file pywrc_test_stream.py from the repository and adding it to the tests directory fixes the error message.

thx for flagging changes in 465f5fa