mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Merge pull request #12039 from DeterminateSystems/gitignore
Prune unneeded .gitignore entries
This commit is contained in:
commit
f1187cb696
2 changed files with 4 additions and 120 deletions
|
@ -309,7 +309,7 @@ runRepl () {
|
|||
for test in $(cd "$testDir/repl"; echo *.in); do
|
||||
test="$(basename "$test" .in)"
|
||||
in="$testDir/repl/$test.in"
|
||||
actual="$testDir/repl/$test.actual"
|
||||
actual="$TEST_ROOT/$test.actual"
|
||||
expected="$testDir/repl/$test.expected"
|
||||
(cd "$testDir/repl"; set +x; runRepl 2>&1) < "$in" > "$actual" || {
|
||||
echo "FAIL: $test (exit code $?)" >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue