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:
Ciro Santilli 六四事件 法轮功
2018-11-09 00:00:01 +00:00
parent 5d649377fc
commit c1f060ca65
4 changed files with 30 additions and 12 deletions

View File

@@ -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[]