aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-repl.sh
Commit message (Collapse)AuthorAge
* repl: Look for script files in (getcwd).Konrad Hinsen2020-09-16
| | | | | | | | | Fixes <https://bugs.gnu.org/43331>. * guix/scripts/repl.scm (guix-repl): Replace "." by (getcwd) * tests/guix-repl.sh: Add test. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* guix repl: Add script execution.Konrad Hinsen2020-06-14
* guix/scripts/repl.scm: Add filename options for script execution. * doc/guix.texi (Invoking guix repl): Document it. * tests/guix-repl.sh: Test it. * Makefile.am: (SH_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>