From c1202fb1f9b805e7c7151e3d34bd4f86c86acd75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 26 Jun 2014 22:23:36 +0200 Subject: guix {system,offload}: Improve reporting of syntax errors. * guix/scripts/system.scm (read-operating-system) : Add case for 'syntax-error'. Correct message for default case. * guix/scripts/offload.scm (build-machines) : Add case for 'syntax-error'. * tests/guix-system.sh: New file. * Makefile.am (SH_TESTS): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f454ae98e4..1e5aa8bc20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,6 +154,7 @@ SH_TESTS = \ tests/guix-gc.sh \ tests/guix-hash.sh \ tests/guix-package.sh \ + tests/guix-system.sh \ tests/guix-archive.sh \ tests/guix-authenticate.sh -- cgit v1.2.3