aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release/relnotes_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release/relnotes_test.sh')
-rwxr-xr-xscripts/release/relnotes_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release/relnotes_test.sh b/scripts/release/relnotes_test.sh
index 0cf42b46ab..a3c8cebf6e 100755
--- a/scripts/release/relnotes_test.sh
+++ b/scripts/release/relnotes_test.sh
@@ -31,6 +31,7 @@ source ${SCRIPT_DIR}/relnotes.sh || { echo "relnotes.sh not found!" >&2; exit 1;
function set_up() {
cd ${MASTER_ROOT}
+ git checkout -q master
}
function test_format_release_notes() {