]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/nightly-disk
Add MediaView form that displays the Media list in a QTableWidget.
[bacula/bacula] / regress / nightly-disk
index 8a0034c73de85aa416388507e5b85fb3dcb6d4d0..6a9c5a804bdde27d556932a1a51e60c3295f709a 100755 (executable)
@@ -11,9 +11,10 @@ export REGRESS_DEBUG
 rm -rf Testing
 git pull
 #
-# Temp switch to branch 3.0.3
+# Temp switch to branch 3.0.3 NB this leaves you on a headless
+#    branch, but it works for building and testing.
 #
-git checkout `git branch -r | grep "3\.0\.3" | line`
+git checkout `git branch -r | grep "3\.0\.3" | head -1`
 if [ $? -ne 0 ]; then
    git checkout master
 fi