mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
support running integration tests in parallel
This commit is contained in:
parent
2724f3888a
commit
2657060aa2
8 changed files with 89 additions and 42 deletions
2
test/fixtures/manyCommits.sh
vendored
2
test/fixtures/manyCommits.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
|
|
2
test/fixtures/mergeConflicts.sh
vendored
2
test/fixtures/mergeConflicts.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
git config user.email "CI@example.com"
|
||||
git config user.name "CI"
|
||||
|
|
2
test/fixtures/newFile.sh
vendored
2
test/fixtures/newFile.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
|
|
2
test/fixtures/newFile2.sh
vendored
2
test/fixtures/newFile2.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
|
|
2
test/fixtures/unstagedFiles.sh
vendored
2
test/fixtures/unstagedFiles.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
|
|
2
test/fixtures/updatedFile.sh
vendored
2
test/fixtures/updatedFile.sh
vendored
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd $1
|
||||
|
||||
git init
|
||||
|
||||
git config user.email "CI@example.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue