Skip to content
Snippets Groups Projects
Commit e1a2ea60 authored by Sina Ackermann's avatar Sina Ackermann
Browse files

Merge branch 'cleanup/bin' into 'master'

[bin] Remove deprecated scripts

See merge request !317
parent 8e81d6d6
Loading
import sys
print("\n")
print("#########################################################################################\n")
print("# Warning: bin/fuzzycomparevtu.py is deprecated and will be deleted after release 2.10. #\n")
print("# bin/testing/fuzzycomparevtu.py instead. #\n")
print("#########################################################################################\n")
sys.exit(1)
import sys
print("")
print("#################################################################################")
print("# Warning: bin/runtest.py is deprecated and will be deleted after release 2.10. #")
print("# Use bin/testing/runtest.py instead. #")
print("#################################################################################")
print("")
sys.exit(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment