Christopher Haster
|
1aaf1cb6c0
|
Minor improvements to testing framework
- Moved scripts into scripts folder
- Removed what have been relatively unhelpful assert printing
|
2019-07-16 20:53:39 -05:00 |
|
Nicolas Stalder
|
3fb242f3ae
|
Mark all Python 2 scripts as Python 2
|
2019-06-07 04:09:44 +02:00 |
|
Christopher Haster
|
7f7b7332e3
|
Added scripts/prefix.py for automatically prefixing version numbers
Example:
./scripts/prefix.py lfs2
Will convert the following:
lfs_* -> lfs2_*
LFS_* -> LFS2_*
-DLFS_* -> -DLFS2_*
|
2019-04-08 13:55:28 -05:00 |
|