Skip to content
Snippets Groups Projects
Commit edaa13dc authored by Steven Murray's avatar Steven Murray
Browse files

Added valgrind test of /usr/bin/cta-rdbmsUnitTests for MySQL

parent b6c642e5
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,7 @@ dbunittests_mysql: ...@@ -192,6 +192,7 @@ dbunittests_mysql:
- echo 'mysql://cta@localhost:3306/cta' > ${CTA_CATALOGUE_CONF} - echo 'mysql://cta@localhost:3306/cta' > ${CTA_CATALOGUE_CONF}
- /usr/bin/cta-catalogue-schema-create ${CTA_CATALOGUE_CONF} - /usr/bin/cta-catalogue-schema-create ${CTA_CATALOGUE_CONF}
- /usr/bin/cta-rdbmsUnitTests ${CTA_CATALOGUE_CONF} - /usr/bin/cta-rdbmsUnitTests ${CTA_CATALOGUE_CONF}
- valgrind /usr/bin/cta-rdbmsUnitTests ${CTA_CATALOGUE_CONF}
- kill `ps -ef | egrep '^mysql.*/usr/libexec/mysqld' | awk '{print $2;}'` - kill `ps -ef | egrep '^mysql.*/usr/libexec/mysqld' | awk '{print $2;}'`
tags: tags:
......
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