From ef0b21be1845d69886bd84f402725e439fc928b4 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 11 Sep 2012 16:43:36 +0100 Subject: tests: Always use fixed git committer info Move this into a script which can be sourced by the 'setup' scripts and the actual tests (this is needed as the environment in 'setup' is not passed on to the tests). --- .../building-a-system-branch-picks-up-uncommitted-changes.script | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.as-root/building-a-system-branch-picks-up-uncommitted-changes.script') diff --git a/tests.as-root/building-a-system-branch-picks-up-uncommitted-changes.script b/tests.as-root/building-a-system-branch-picks-up-uncommitted-changes.script index 0942bc82..002f4abd 100755 --- a/tests.as-root/building-a-system-branch-picks-up-uncommitted-changes.script +++ b/tests.as-root/building-a-system-branch-picks-up-uncommitted-changes.script @@ -19,6 +19,8 @@ set -eu +source "$SRCDIR/scripts/fix-committer-info" + # Initialise the workspace. cd "$DATADIR/workspace" "$SRCDIR/scripts/test-morph" init -- cgit v1.2.1