diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-16 10:18:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 10:18:38 +0100 |
commit | 338f2710580b334a754fad28b88c5cb137c83352 (patch) | |
tree | 9b660c18604aaa8dc81045d4c6f52efbd3895e1a | |
parent | ccb8a403ee68b30e1346ee673b8f13ce56a747ad (diff) | |
parent | 5869b3025d8ed2b99a8dca61f335789ce6dc83e1 (diff) |
Merge pull request #4644 from NixOS/fix-test.mk-syntax-error
tests/local.mk: fix missing newline escape
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 1ca363091..de095c117 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -42,7 +42,7 @@ nix_tests = \ build.sh \ compute-levels.sh \ ca/build.sh \ - ca/substitute.sh + ca/substitute.sh \ ca/signatures.sh \ ca/nix-copy.sh # parallel.sh |