kumquat-buildroot/support
Julien Olivain a2ade71578 support/testing: fix trace-cmd runtime test
The trace-cmd runtime test has a typo and fails with output:

    Traceback (most recent call last):
      File "/build/buildroot/support/testing/tests/package/test_trace_cmd.py", line 53, in test_run
        self.assertEquals(exit_code, 0)
        ^^^^^^^^^^^^^^^^^
    AttributeError: 'TestTraceCmd' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?

The issue can be reproduced with the command:

    support/testing/run-tests \
        -d dl -o output_test \
        tests.package.test_trace_cmd

This commit fixes the issue by removing the extra 's'.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2f507f1da5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-04-28 22:11:41 +02:00
..
config-fragments toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-21 21:43:14 +01:00
dependencies support/dependencies/dependencies.sh: libopenssl needs perl bigint on s390x 2024-03-03 13:13:40 +01:00
docker
download support/download/check-hash: fix shellcheck errors 2024-04-28 21:45:59 +02:00
gnuconfig
kconfig
legal-info
libtool
misc Update for 2024.02.1 2024-03-26 10:28:48 +01:00
scripts support/scripts/mkusers: fix shellcheck errors 2024-04-28 21:44:56 +02:00
testing support/testing: fix trace-cmd runtime test 2024-04-28 22:11:41 +02:00