Blame view
tests/list.t
593 Bytes
|
9666bd499
|
1 |
Empty initial listing. |
|
72c01604f
|
2 |
|
|
9666bd499
|
3 |
$ antigen-list |
|
f3172c16b
|
4 5 |
You don't have any bundles.
[1]
|
|
f3172c16b
|
6 |
|
|
9666bd499
|
7 8 9 10 11 |
Add a bundle.
$ antigen-bundle $PLUGIN_DIR
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
12 |
Checking connectivity... done |
|
9666bd499
|
13 |
$ antigen-list |
|
0efbfc326
|
14 |
*/test-plugin / plugin true (glob) |
|
9666bd499
|
15 16 17 18 19 |
Add same bundle and check uniqueness.
$ antigen-bundle $PLUGIN_DIR
$ antigen-list
|
|
0efbfc326
|
20 |
*/test-plugin / plugin true (glob) |
|
48e180c22
|
21 22 23 24 25 26 |
Add another bundle.
$ antigen-bundle $PLUGIN_DIR2
Cloning into '.+?'\.\.\. (re)
done.
|
|
dc2d37ff0
|
27 |
Checking connectivity... done |
|
48e180c22
|
28 |
$ antigen-list |
|
0efbfc326
|
29 30 |
*/test-plugin / plugin true (glob)
*/test-plugin2 / plugin true (glob)
|