diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-03-30 22:26:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-03-30 22:26:59 +0000 |
commit | 4b730f328e1ea581d09ffba4b064b5f3949af414 (patch) | |
tree | b60619efd94d3e232a1d5dd49589a0a7156a7b89 /tests/functional/ca | |
parent | 2041bdac2db767c51cd86cb860fc3f03df42cb4e (diff) | |
parent | 2a98ba8b97c9ff52519633c32cf63716827d6e7c (diff) |
Merge "Add `pre-commit` checks" into main
Diffstat (limited to 'tests/functional/ca')
-rwxr-xr-x[-rw-r--r--] | tests/functional/ca/build-cache.sh | 2 | ||||
-rw-r--r-- | tests/functional/ca/build-dry.sh | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/functional/ca/build.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/functional/ca/eval-store.sh | 0 | ||||
-rw-r--r-- | tests/functional/ca/import-derivation.sh | 1 | ||||
-rwxr-xr-x | tests/functional/ca/nix-shell.sh | 1 | ||||
-rw-r--r-- | tests/functional/ca/nondeterministic.nix | 1 | ||||
-rwxr-xr-x | tests/functional/ca/post-hook.sh | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/functional/ca/substitute.sh | 0 |
9 files changed, 1 insertions, 7 deletions
diff --git a/tests/functional/ca/build-cache.sh b/tests/functional/ca/build-cache.sh index 6a4080fec..9b3b61e87 100644..100755 --- a/tests/functional/ca/build-cache.sh +++ b/tests/functional/ca/build-cache.sh @@ -48,4 +48,4 @@ testRemoteCache () { } clearStore -testRemoteCache
\ No newline at end of file +testRemoteCache diff --git a/tests/functional/ca/build-dry.sh b/tests/functional/ca/build-dry.sh index 9a72075ec..7d4406e2f 100644 --- a/tests/functional/ca/build-dry.sh +++ b/tests/functional/ca/build-dry.sh @@ -3,4 +3,3 @@ source common.sh export NIX_TESTS_CA_BY_DEFAULT=1 cd .. && source build-dry.sh - diff --git a/tests/functional/ca/build.sh b/tests/functional/ca/build.sh index e1a8a7625..e1a8a7625 100644..100755 --- a/tests/functional/ca/build.sh +++ b/tests/functional/ca/build.sh diff --git a/tests/functional/ca/eval-store.sh b/tests/functional/ca/eval-store.sh index 9cc499606..9cc499606 100644..100755 --- a/tests/functional/ca/eval-store.sh +++ b/tests/functional/ca/eval-store.sh diff --git a/tests/functional/ca/import-derivation.sh b/tests/functional/ca/import-derivation.sh index e98e0fbd0..bc72011f9 100644 --- a/tests/functional/ca/import-derivation.sh +++ b/tests/functional/ca/import-derivation.sh @@ -3,4 +3,3 @@ source common.sh export NIX_TESTS_CA_BY_DEFAULT=1 cd .. && source import-derivation.sh - diff --git a/tests/functional/ca/nix-shell.sh b/tests/functional/ca/nix-shell.sh index 1c5a6639f..d1fbe54d1 100755 --- a/tests/functional/ca/nix-shell.sh +++ b/tests/functional/ca/nix-shell.sh @@ -5,4 +5,3 @@ source common.sh CONTENT_ADDRESSED=true cd .. source ./nix-shell.sh - diff --git a/tests/functional/ca/nondeterministic.nix b/tests/functional/ca/nondeterministic.nix index d6d099a3e..642ec32ae 100644 --- a/tests/functional/ca/nondeterministic.nix +++ b/tests/functional/ca/nondeterministic.nix @@ -32,4 +32,3 @@ rec { ''; }; } - diff --git a/tests/functional/ca/post-hook.sh b/tests/functional/ca/post-hook.sh index 705bde9d4..3a90d2795 100755 --- a/tests/functional/ca/post-hook.sh +++ b/tests/functional/ca/post-hook.sh @@ -7,5 +7,3 @@ requireDaemonNewerThan "2.4pre20210626" export NIX_TESTS_CA_BY_DEFAULT=1 cd .. source ./post-hook.sh - - diff --git a/tests/functional/ca/substitute.sh b/tests/functional/ca/substitute.sh index ea981adc4..ea981adc4 100644..100755 --- a/tests/functional/ca/substitute.sh +++ b/tests/functional/ca/substitute.sh |