git-bug/commands
Rafael Ascensão 8dcd3d21cd tests: configure user ident in repos used by tests
Some git operations require the user to have an identity configured and
will exit with failure if none is set (or if git can't guess it). As a
direct consequence of this, the test suite may fail depending on the
user local configuration.

The error itself is justified as regular users *should* configure their
identity themselves. However, when building in chrooted environments
it's unlikely the git identity will be set making the test suite fail
unnecessarily.

To prevent such unnecessary failures, let's make a dummy identity for
repos created and used by the test suite.
2018-12-10 22:14:27 +00:00
..
select tests: configure user ident in repos used by tests 2018-12-10 22:14:27 +00:00
add.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
bridge_configure.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
bridge_pull.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
bridge_rm.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
bridge.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
commands.go commands: make the "commands" command show subcommands as well 2018-09-16 01:45:59 +02:00
comment_add.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
comment.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
deselect.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
label_add.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
label_rm.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
label.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
ls-labels.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
ls.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
pull.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
push.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
root.go version 0.4.0 2018-10-21 12:33:08 +02:00
select.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
show.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
status_close.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
status_open.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
status.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
termui.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
title_edit.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
title.go moved cleaner function to util/interrupt 2018-10-24 18:36:39 -03:00
webui.go commands: don't load the repo for commands that don't need it 2018-10-17 20:39:35 +02:00