diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-11-20 13:49:36 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-11-20 13:49:36 +0200 |
commit | da31bfd28301d63571eccb4abdd6b0a65b05c621 (patch) | |
tree | 33e0054d00927bd9dcfaabad41fdea53624c7b8e /README.org | |
parent | 78ee1c72c670a71bfd165448676fc65bff802916 (diff) | |
download | ck-da31bfd28301d63571eccb4abdd6b0a65b05c621.tar.gz ck-da31bfd28301d63571eccb4abdd6b0a65b05c621.tar.bz2 ck-da31bfd28301d63571eccb4abdd6b0a65b05c621.zip |
Add export action, fix util_is_link bug
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -5,16 +5,16 @@ Have you ever wondered: #+BEGIN_QUOTE - "Jeez Luiz, how can I manage all my configs across my desktop and server?" + "Jeez Luise, how can I manage all my configs across my desktop and server?" - -- You + -- You #+END_QUOTE or maybe: #+BEGIN_QUOTE "How can I possibly keep all my configs in sync across computers?" - -- You again + -- You again #+END_QUOTE *ck* is the solution you've been looking for all your life. @@ -33,6 +33,9 @@ and instruct it to save them in a different folder, so they won't be in the same place with the normal ones (in the event you want to share your configs with the rest of us). +You can even export all *ck* data with the =export= action. This will create a +=.tar.gz= file. + ** Technicalities Upon adding a config to *ck*, it moves it to the specified folder and adds a symbolic link back where it came from (=ln -s=). @@ -126,6 +129,12 @@ go to the build directory and type: #+BEGIN_SRC sh $ ./test-ck #+END_SRC +Or if you want to run a particular regression test use the filter option +#+BEGIN_SRC sh +$ ./test-ck -f add +#+END_SRC +This will match any test scrits with =add= in their name. + *** test suite #+BEGIN_SRC sh @@ -136,8 +145,10 @@ use without flags to run all tests flags: -u, --unit run only the unit tests -r, --regression run only the regression tests + -f, --filter run regression test matching the argument -c, --clear remove test files - use if the tests crush unexpectedly + use if the tests crush unexpectedly + -v, --verbose verbose test output -h, --help, * print this #+END_SRC * ck configuration |