1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00
Marian Csontos 1c95cf8c6f tests: utils.sh six stacktrace
Changes:

- BASH_SOURCE index was one off.
- The first line of stacktrace was pure confusion displaying executed
  script together with innermost line number (which was either 125 when
  STACKTRACE or 229 when skip was called.)
- We can safely ignore innermost call, as stack trace is always produced
  by stacktrace function.
- It is safer to test for array length, instead of testing FUNCNAME is
  main - if main function were introduced.
- Bashishm is safe to use as this function as a whole is relying on bash.
2017-07-14 20:18:42 +02:00
..
2017-07-11 16:26:12 +02:00
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2017-07-10 14:23:53 +02:00
2016-01-21 12:11:37 +01:00
2017-07-10 14:23:53 +02:00
2016-07-04 17:40:25 +02:00
2015-07-02 15:42:26 -05:00
2015-07-02 15:42:26 -05:00
2017-07-14 20:18:42 +02:00