diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-08-08T10·18+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-08-08T10·18+0200 |
commit | 2053ac774797f237a5335c4232bc1ed8902686cf (patch) | |
tree | 201f663f465fc73c24a3461c080eec5c6619665b | |
parent | f9021c4c6c11e25680d1d0746002b89bee792051 (diff) |
Rename file for consistency
-rw-r--r-- | tests/post-hook.sh | 2 | ||||
-rwxr-xr-x | tests/push-to-store.sh (renamed from tests/push_to_store.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/post-hook.sh b/tests/post-hook.sh index 3f82d0c5e662..54d605d63e87 100644 --- a/tests/post-hook.sh +++ b/tests/post-hook.sh @@ -5,7 +5,7 @@ clearStore export REMOTE_STORE=$TEST_ROOT/remote_store # Build the dependencies and push them to the remote store -nix-build dependencies.nix --post-build-hook $PWD/push_to_store.sh +nix-build dependencies.nix --post-build-hook $PWD/push-to-store.sh clearStore diff --git a/tests/push_to_store.sh b/tests/push-to-store.sh index d97eb095dd74..d97eb095dd74 100755 --- a/tests/push_to_store.sh +++ b/tests/push-to-store.sh |