From e660ba6eee7700b53afac3b66dfe3c0d0cfba7f4 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 19 2019 20:40:09 +0000 Subject: Branching F30 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/run_tests.sh b/run_tests.sh index 0c323d9..da7decd 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -15,7 +15,7 @@ if [ -n "$REPO" -a -n "$BRANCH" ]; then git gc --auto git remote add proposed "$REPO" git fetch proposed - git checkout origin/master + git checkout origin/f30 git merge --no-ff "proposed/$BRANCH" -m "Merge PR" echo "Running tests for branch $BRANCH of repo $REPO"