File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Must be sourced into the main journey test
1
2
2
3
function set-static-git-environment() {
3
4
set -a
@@ -66,4 +67,3 @@ function launch-git-daemon() {
66
67
done
67
68
trap ' kill $daemon_pid' EXIT
68
69
}
69
-
Original file line number Diff line number Diff line change 1
1
# Must be sourced into the main journey test
2
- set -eu
3
2
4
3
if test " $kind " = " max" || test " $kind " = " max-pure" ; then
5
4
title " Porcelain ${kind} "
Original file line number Diff line number Diff line change 1
1
# Must be sourced into the main journey test
2
- set -eu
3
2
4
3
title plumbing " ${kind} "
5
4
snapshot=" $snapshot /plumbing"
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ # Must be sourced into the main journey test
2
2
3
3
WHITE=" $( tput setaf 9 2> /dev/null || echo -n ' ' ) "
4
4
YELLOW=" $( tput setaf 3 2> /dev/null || echo -n ' ' ) "
You can’t perform that action at this time.
0 commit comments