Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
perf/run: add calls to get_var_from_env_or_config()
author
Christian Couder
<chriscool@tuxfamily.org>
Sat, 23 Sep 2017 19:55:56 +0000
(19:55 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Sep 2017 07:58:34 +0000
(16:58 +0900)
These calls make it possible to have the make command or the
make options in a config file, instead of in environment
variables.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/run
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
91c4339
)
diff --git
a/t/perf/run
b/t/perf/run
index ad442fe64a828296365214d134ac4046d0b2548e..6bd15e701756b2c8bfb1ddb4e13f7e447a23b374 100755
(executable)
--- a/
t/perf/run
+++ b/
t/perf/run
@@
-116,6
+116,9
@@
export GIT_PERF_REPEAT_COUNT
get_var_from_env_or_config "GIT_PERF_DIRS_OR_REVS" "perf.dirsOrRevs"
set -- $GIT_PERF_DIRS_OR_REVS "$@"
get_var_from_env_or_config "GIT_PERF_DIRS_OR_REVS" "perf.dirsOrRevs"
set -- $GIT_PERF_DIRS_OR_REVS "$@"
+get_var_from_env_or_config "GIT_PERF_MAKE_COMMAND" "perf.makeCommand"
+get_var_from_env_or_config "GIT_PERF_MAKE_OPTS" "perf.makeOpts"
+
GIT_PERF_AGGREGATING_LATER=t
export GIT_PERF_AGGREGATING_LATER
GIT_PERF_AGGREGATING_LATER=t
export GIT_PERF_AGGREGATING_LATER