mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
support running integration tests in parallel
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user