aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-02 15:23:52 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-02 23:40:07 +0200
commit4c8f997a7d6f4c9d7eae73804e9784b4562eb213 (patch)
tree57218881248955596a4092d4216bec1a7f43b130 /tests
parent4650a77ea8b3ada17f94a4a3b2004f172d0a1498 (diff)
downloadguix-4c8f997a7d6f4c9d7eae73804e9784b4562eb213.tar.gz
guix-4c8f997a7d6f4c9d7eae73804e9784b4562eb213.zip
graph: Add '--expression'.
* guix/scripts/graph.scm (%options, show-help): Add '--expression'. (guix-graph): Call 'read/eval-package-expression' for 'expression' pairs in OPTS. * tests/guix-graph.sh: Add tests. * doc/guix.texi (Invoking guix graph): Document it.
Diffstat (limited to 'tests')
-rw-r--r--tests/guix-graph.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/guix-graph.sh b/tests/guix-graph.sh
index 199258a9b8..e0cbebb753 100644
--- a/tests/guix-graph.sh
+++ b/tests/guix-graph.sh
@@ -32,3 +32,8 @@ done
guix build guile-bootstrap
guix graph -t references guile-bootstrap | grep guile-bootstrap
+
+guix graph -e '(@ (gnu packages bootstrap) %bootstrap-guile)' \
+ | grep guile-bootstrap
+
+if guix graph -e +; then false; else true; fi
54d6b72ad35daf'>gnu: privoxy: Update to 3.0.33.Tobias Geerinckx-Rice 2021-12-02gnu: tor: Limit test suite adjustments to affected architectures.Efraim Flashner 2021-12-01gnu: tor: Fix build issue on some architectures.Efraim Flashner 2021-11-26gnu: tor: Address glibc 2.33 compatibility issue on i686.Ludovic Courtès 2021-11-19gnu: onionshare: Remove trailing #T.Ricardo Wurmus 2021-11-19gnu: onionshare: Run tests conditionally.Ricardo Wurmus 2021-11-19gnu: onionshare: Do not set PYTHONPATH directly.Ricardo Wurmus 2021-11-19gnu: onionshare-cli: Update to 2.4.Ricardo Wurmus 2021-10-27gnu: tor: Update to 0.4.6.8.Tobias Geerinckx-Rice 2021-08-17gnu: tractor: Update to 3.12.Danial Behzadi 2021-08-16gnu: tor: Update to 0.4.6.7 [fixes CVE-2021-38385].Tobias Geerinckx-Rice 2021-07-21gnu: onionshare: Update to 2.3.2.Eric Bavier 2021-06-30gnu: tor: Update to 0.4.6.6.Efraim Flashner 2021-06-30gnu: Add tractor.Danial Behzadi 2021-06-14gnu: tor: Update to 0.4.6.5.Tobias Geerinckx-Rice 2021-06-14gnu: tor: Update to 0.4.5.9 [security fixes].Tobias Geerinckx-Rice 2021-05-10gnu: tor: Update to 0.4.5.8.Efraim Flashner 2021-03-16gnu: tor: Update to 0.4.5.7 [security fixes].Efraim Flashner 2021-03-14gnu: Update OnionShare to 2.3.1.Eric Bavier 2021-02-28gnu: privoxy: Update to 3.0.32 [security fixes].Kei Kebreau 2021-02-15gnu: tor: Update to 0.4.5.6.Tobias Geerinckx-Rice 2021-02-04gnu: tor: Update to 0.4.4.7 [mitigates DoSes].Tobias Geerinckx-Rice 2021-01-31gnu: privoxy: Update to 3.0.31 [fixes OVE-20210130-0001, OVE-20210128-0001].Tobias Geerinckx-Rice 2020-12-30gnu: onionshare: Replace pycrypto by pycryptodome.Maxim Cournoyer 2020-11-29gnu: prixovy: Enable Brotli inspection.Tobias Geerinckx-Rice 2020-11-29gnu: prixovy: Enable HTTPS inspection.Tobias Geerinckx-Rice 2020-11-29gnu: privoxy: Update to 3.0.29.Tobias Geerinckx-Rice 2020-11-12gnu: tor: Update to 0.4.4.6 [fixes TROVE-2020-005].Tobias Geerinckx-Rice