##// END OF EJS Templates
pull-requests: add explicit CLOSE pr action instead of closed status from selector....
pull-requests: add explicit CLOSE pr action instead of closed status from selector. - This is much better UX - we set status based on calculated review - fixes #5215

File last commit:

r1:854a839a default
r1445:934edf37 default
Show More
run_full_tests.sh
17 lines | 343 B | application/x-sh | BashLexer
#!/bin/sh
set -e
## MIGRATIONS AND DB TESTS ##
echo "DATABASE CREATION TESTS"
rhodecode/tests/database/test_creation.sh
echo "DATABASE MIGRATIONS TESTS"
rhodecode/tests/database/test_migration.sh
## TEST VCS OPERATIONS ##
echo "VCS FUNCTIONAL TESTS"
rhodecode/tests/test_vcs_operations.sh
## TOX TESTS ##
echo "TOX TESTS"
tox -r --develop