Skip to content

Commit

Permalink
do_regtest: make -nogit/-nosvn/etc non-fatal for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Oct 4, 2018
1 parent a7b5deb commit 658a4bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/regtesting/do_regtest
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ while [ $# -ge 1 ]; do
echo ""
echo "For more information visit: <http://cp2k.org/dev:regtesting>"
exit 0;;
-svndate|-svnrev)
shift;&
-nogit|-nosvn|-noemptycheck)
echo "WARNING: The following flags have been removed and will now be ignored:"
echo " -nogit, -nosvn, -noemptycheck, -svndate, -svnrev"
echo " This warning will soon be converted into an error, please remove them from your script invocation."
;;
# stop on invalid flag
-*)
echo "ERROR: Invalid command line flag $1 found"
Expand Down

0 comments on commit 658a4bd

Please sign in to comment.