diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-03-11 22:07:43 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-03-11 22:12:34 +0100 |
| commit | a26bce55e60aa3444c4378d3996f3aa41b9661e9 (patch) | |
| tree | d33603fb38054d88e6a967c5833c5193d7bff459 /tests | |
| parent | 001dfb89579856b8695b33b59f484f36e313347f (diff) | |
time-machine: Allow time travels to v0.16.0.
* guix/scripts/time-machine.scm (%oldest-possible-commit): Change to
v0.16.0.
* tests/guix-time-machine.sh: Adjust comment.
Change-Id: I9ad82bd45fee0d172b5348a8ae16e990338a3a97
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-time-machine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-time-machine.sh b/tests/guix-time-machine.sh index 983f796225c..df75c681dab 100644 --- a/tests/guix-time-machine.sh +++ b/tests/guix-time-machine.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # GNU Guix --- Functional package management for GNU | 1 | # GNU Guix --- Functional package management for GNU |
| 2 | # Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2 | # Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 3 | # Copyright © 2023 Ludovic Courtès <ludo@gnu.org> | 3 | # Copyright © 2023-2024 Ludovic Courtès <ludo@gnu.org> |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Guix. | 5 | # This file is part of GNU Guix. |
| 6 | # | 6 | # |
| @@ -39,7 +39,7 @@ else | |||
| 39 | EXTRA_OPTIONS="" | 39 | EXTRA_OPTIONS="" |
| 40 | fi | 40 | fi |
| 41 | 41 | ||
| 42 | # Visiting a commit older than v1.0.0 must fail (this test is expensive | 42 | # Visiting a commit older than v0.16.0 must fail (this test is expensive |
| 43 | # because it clones the whole repository). | 43 | # because it clones the whole repository). |
| 44 | guix time-machine -q --commit=v0.15.0 $EXTRA_OPTIONS -- describe && false | 44 | guix time-machine -q --commit=v0.15.0 $EXTRA_OPTIONS -- describe && false |
| 45 | 45 | ||
