mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
test-gdb: find source path correctly
Previously was relying on glob order, and which could pick up the .py instead of the .c / .S.
This commit is contained in:
@@ -11456,6 +11456,13 @@ We have some link:https://github.com/pexpect/pexpect[pexpect] automated tests fo
|
||||
./test-gdb
|
||||
....
|
||||
|
||||
If something goes wrong, re-run the test commands manually and use `--verbose` to understand what happened:
|
||||
|
||||
....
|
||||
./run --arch arm --background --baremetal add --wait-gdb &
|
||||
./run-gdb --arch arm --baremetal add --test --verbose
|
||||
....
|
||||
|
||||
Sources:
|
||||
|
||||
* link:build-test-gdb[]
|
||||
|
||||
Reference in New Issue
Block a user