[LNT] r311963 - Do some more in the MySQL tests

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 17:17:09 PDT 2017


Author: cmatthews
Date: Mon Aug 28 17:17:09 2017
New Revision: 311963

URL: http://llvm.org/viewvc/llvm-project?rev=311963&view=rev
Log:
Do some more in the MySQL tests

Import some runs.

Modified:
    lnt/trunk/tests/lnttool/MySQLDB.shtest

Modified: lnt/trunk/tests/lnttool/MySQLDB.shtest
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/lnttool/MySQLDB.shtest?rev=311963&r1=311962&r2=311963&view=diff
==============================================================================
--- lnt/trunk/tests/lnttool/MySQLDB.shtest (original)
+++ lnt/trunk/tests/lnttool/MySQLDB.shtest Mon Aug 28 17:17:09 2017
@@ -9,4 +9,5 @@ SHARED_INPUTS="$2"
 lnt create "${TESTDIR}/instance" --db-dir mysql://root@localhost:9109 --default-db testdb --show-sql
 
 # Import a test set.
-#lnt import "${TESTDIR}/instance" "${SHARED_INPUTS}/sample-a-small.plist" --commit --show-sample-count
+lnt import "${TESTDIR}/instance" "${SHARED_INPUTS}/sample-a-small.plist" --commit --show-sample-count
+lnt import "${TESTDIR}/instance" "${SHARED_INPUTS}/sample-b-small.plist" --commit --show-sample-count




More information about the llvm-commits mailing list