Fix build
```git-check-assertions run nix build assert_success git checkout HEAD~ run nix build assert_failure assert_output --partial "done <.git-check-assertions-cache" ```
This commit is contained in:
parent
1080fc60fd
commit
210dd4d72d
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ if [ -f .git-check-assertions-cache ]; then
|
||||||
if [ -n "$cached_commit" ]; then
|
if [ -n "$cached_commit" ]; then
|
||||||
cached_commits["$cached_commit"]=1
|
cached_commits["$cached_commit"]=1
|
||||||
fi
|
fi
|
||||||
done < .git-check-assertions-cache
|
done <.git-check-assertions-cache
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for commit_hash in "${commits[@]}"; do
|
for commit_hash in "${commits[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue