Skip to content

Commit

Permalink
Add information which test is currently running
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Sadowski committed Oct 28, 2019
1 parent ffb081a commit 7fcfa05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mytap-runtests.sql
Expand Up @@ -70,6 +70,7 @@ BEGIN
CALL _run_proc_by_prefix(db_, 'setup');
SET @call_sql = CONCAT('CALL ', db_, '.', test_to_call, '()');
PREPARE call_sql FROM @call_sql;
SELECT CONCAT("# ... ", test_to_call);
EXECUTE call_sql;
DEALLOCATE PREPARE call_sql;
CALL _run_proc_by_prefix(db_, 'teardown');
Expand Down

0 comments on commit 7fcfa05

Please sign in to comment.