Alois Mahdal
d4f547496e
Use same naming scheme as simple.sh
10 years ago
Alois Mahdal
8ffb66b73d
Rename ffoo_import oracles to show semantic
10 years ago
Alois Mahdal
9b73d14c10
Remove unnecessary .stdout files
Apparently leftover from earlier changes, these files are exact
duplicates of their .oracle counterpart, but are not actually used by
local TF_RUN
10 years ago
Alois Mahdal
875fd46b01
Refactor ffoo_import test inc. docstrings
...so that it can be understood by future reader.
10 years ago
Alois Mahdal
7d11177c1c
Use `.test` suffix for test definitions
Avoiding using the plain test name makes it easier to understand the
role of each file.
10 years ago
Alois Mahdal
286875cae1
Fix filename reported in warning
10 years ago
Alois Mahdal
ced6673ce1
Add docstrings for local variables
10 years ago
Alois Mahdal
9c49ec07c5
Move variable declares to top
This as convention helps spot leaking variables and makes it
easier to document variables for reader
10 years ago
Alois Mahdal
7ee7517e97
Fill in forgotten stub docstring
10 years ago
Alois Mahdal
7978da2b45
Ignore tests without TF_RUN executable
It is intended, documented and assumed in later code that any test must
contain this executable.
10 years ago
Alois Mahdal
9fdf36e543
Die on unsafe -L|--list parameter
10 years ago
Alois Mahdal
38d7b93528
Revamp mkit
Make it
* more flexible,
* more readable,
* faster,
* take care of manpages (not fully done yet),
* take care of dist list,
* little bit more polished in various other things.
10 years ago
Alois Mahdal
cb2e6b7f02
Fix and clarify cfgrep docstring
10 years ago
Alois Mahdal
076e112c0f
Bump version
10 years ago
Alois Mahdal
ad65edc47e
Move project parts below src
A more conventional hierarchy
10 years ago
Alois Mahdal
8e2d43efc8
Update tester's docs according to new hierarchy
10 years ago
Alois Mahdal
052a8cc7da
Revamp test script file tree hierarchy
This new hierarchy makes it easier to work simultaneously on data and
the script, simplifies deployment to tempdir and makes the launching
script naming consistent with simple.sh.
10 years ago
Alois Mahdal
9560538839
Remove obsolete make target
"doc" (not manpages) is built and installed with others.
10 years ago
Alois Mahdal
f586ebf928
Always resolve install prefix
Otherwise tests with --prefix break since they operate from independent
folder.
10 years ago
Alois Mahdal
e302be9904
Add --prefix -- support testing from arbitrary dir
10 years ago
Alois Mahdal
956f5168dc
Add long options
10 years ago
Alois Mahdal
035aa8b343
Add docstrings to mkit's functions
10 years ago
Alois Mahdal
eb982b525a
Fix typo
10 years ago
Alois Mahdal
726f0413eb
Fix errorneous usage of _expand
10 years ago
Alois Mahdal
008cacab80
Bump version
10 years ago
Alois Mahdal
2a86c9b05e
Add argument to prepend dir to FFOO_PATH
This should be consistent with `ffoom` and `ffdoc`
10 years ago
Alois Mahdal
c95b5fbf75
Bump version
10 years ago
Alois Mahdal
74c5096033
Update docs after CLI change
10 years ago
Alois Mahdal
cb7ab36aa6
Avoid confusion with -I from ffoom and ffdoc
10 years ago
Alois Mahdal
6d244fb69c
Add style guide (draft)
10 years ago
Alois Mahdal
4542fa171d
Explain variables in cfgrep
10 years ago
Alois Mahdal
5f369c789b
Remove unnecessary lines
10 years ago
Alois Mahdal
798f63ef8a
Add and improve docstrings for config.sh internals
10 years ago
Alois Mahdal
3774c24116
Use the _expand internal backend
10 years ago
Alois Mahdal
2be3fe83ab
Use more appropriate function name
10 years ago
Alois Mahdal
b09e8cd427
Add docstrings to internals
10 years ago
Alois Mahdal
308350e1a2
Fix typo
10 years ago
Alois Mahdal
2f878d5647
Add FIXME note about shallow clones
10 years ago
Alois Mahdal
6751c5b08d
Bump version
10 years ago
Alois Mahdal
8bd1b9345f
Revamp (un)installation process
* Instead of cp, use *install*.
* Store paths in paths.ini.
* Allow arbitrary number of path groups (bin, man, share, libexec...).
10 years ago
Alois Mahdal
85afba8b56
Add some loud exit functions
10 years ago
Alois Mahdal
95faf37676
Sort items alphabetically
10 years ago
Alois Mahdal
247b854b01
Update `mkit` name
10 years ago
Alois Mahdal
ebe2cac69e
Fix sed usage error (creating backups *e)
10 years ago
Alois Mahdal
f8f490ccc0
Split setup/mk.sh to create mkit
10 years ago
Alois Mahdal
daee44d5ad
Bump version
10 years ago
Alois Mahdal
cc5b6c8383
Remove unnecessary pipe
I have no idea what I was thinking when I added the pipe there...
10 years ago
Alois Mahdal
6b58732b74
Update tests after last change
10 years ago
Alois Mahdal
8d79ad6b73
Do not spam test command with dash
10 years ago
Alois Mahdal
32537df48e
Add test command to debug
10 years ago