Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the 'getExternalDirectory' test suite infrastructure procedure to account for the new relative location of the Eagle shell binary. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b520434ab41e961cfecd54c1024337b7 |
User & Date: | mistachkin 2018-04-26 13:32:13.865 |
Context
2018-04-26
| ||
13:57 | Pickup changes to Eagle script library in externals. check-in: 6a82b4b74b user: mistachkin tags: trunk | |
13:32 | Fix the 'getExternalDirectory' test suite infrastructure procedure to account for the new relative location of the Eagle shell binary. check-in: b520434ab4 user: mistachkin tags: trunk | |
01:26 | Update version history docs. check-in: aefe29ee3e user: mistachkin tags: trunk | |
Changes
Changes to lib/System.Data.SQLite/common.eagle.
︙ | |||
922 923 924 925 926 927 928 | 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 | - + + | } proc getExternalDirectory {} { # # NOTE: This procedure returns the directory where the external binary # files are located. # |
︙ |