]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add some comments in the VSIX test tool.
authormistachkin <mistachkin@noemail.net>
Thu, 25 Feb 2016 23:27:02 +0000 (23:27 +0000)
committermistachkin <mistachkin@noemail.net>
Thu, 25 Feb 2016 23:27:02 +0000 (23:27 +0000)
FossilOrigin-Name: c871473ffee6dbb0f5b47f1c1329c84b902368ae

manifest
manifest.uuid
vsixtest/vsixtest.tcl

index 157cf92745d79e37a512a0a9736effbe54b64839..c46c3db9da75c2dc9143a2cd7ec876b26baaf35f 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\stool\sfor\ssmoke-testing\sthe\sUWP\sVSIX\spackage.
-D 2016-02-25T23:25:00.511
+C Add\ssome\scomments\sin\sthe\sVSIX\stest\stool.
+D 2016-02-25T23:27:02.855
 F Makefile.in 4e90dc1521879022aa9479268a4cd141d1771142
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 28fc4ee02333996d31b3602b39eeb8e609a89ce4
@@ -1446,12 +1446,11 @@ F vsixtest/Package.appxmanifest 6b6db1eb7df3a315c5d681059754d5f0e0c47a93
 F vsixtest/pch.cpp cb823cfac36f1a39a7eb0acbd7e9a0b0de8f23af
 F vsixtest/pch.h 9cab7980f2ac4baa40807d8b5e52af32a21cf78c
 F vsixtest/vsixtest.sln 77cadbe4e96c1fe1bf51cd77de9e9b0a12ada547
-F vsixtest/vsixtest.tcl 463b7aa846f8f1bdadf2aadb1ac84c34c247437c
+F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 2459d3238853951bc3a507dd975e7ec921cf8446 799d5f09ed058898167e43bd9c8d1bf8c5df23ba
-R a2c41dee5fc3fcec68335e2bea7b9721
-T +closed 799d5f09ed058898167e43bd9c8d1bf8c5df23ba
+P d27f32c6d72182198ae6d6cf8e385be76335dc65
+R eaa06d7471a7f3afc4a0fae5257d24c3
 U mistachkin
-Z 00dca86db1b95b6beaa7d7daeb4c1114
+Z cdb877e6651172a6d5d6ba712087b34e
index a1977c0d14c59fc0f5694d72a8b59dc65453592f..307808ef47cdd191501c01b76b8e224257e5e1a1 100644 (file)
@@ -1 +1 @@
-d27f32c6d72182198ae6d6cf8e385be76335dc65
\ No newline at end of file
+c871473ffee6dbb0f5b47f1c1329c84b902368ae
\ No newline at end of file
index 7baed3af6a7e275c154ed41ef545b9e98feefe83..5dce821dc4e70075f43aecf9a739ee3ec9eb5466 100644 (file)
@@ -5,24 +5,26 @@
 #
 # PREREQUISITES
 #
-# 1. This tool must be executed with "elevated administrator" privileges.
+# 1. This tool is Windows only.
 #
-# 2. Tcl 8.4 and later are supported, earlier versions have not been tested.
+# 2. This tool must be executed with "elevated administrator" privileges.
 #
-# 3. The "sqlite-UWP-output.vsix" file is assumed to exist in the parent
+# 3. Tcl 8.4 and later are supported, earlier versions have not been tested.
+#
+# 4. The "sqlite-UWP-output.vsix" file is assumed to exist in the parent
 #    directory of the directory containing this script.  The [optional] first
 #    command line argument to this script may be used to specify an alternate
 #    file.  However, currently, the file must be compatible with both Visual
 #    Studio 2015 and the Universal Windows Platform.
 #
-# 4. The "VERSION" file is assumed to exist in the parent directory of the
+# 5. The "VERSION" file is assumed to exist in the parent directory of the
 #    directory containing this script.  It must contain a version number that
 #    matches the VSIX file being tested.
 #
-# 5. The temporary directory specified in the TEMP or TMP environment variables
+# 6. The temporary directory specified in the TEMP or TMP environment variables
 #    must refer to an existing directory writable by the current user.
 #
-# 6. The VS140COMNTOOLS environment variable must refer to the Visual Studio
+# 7. The VS140COMNTOOLS environment variable must refer to the Visual Studio
 #    2015 common tools directory.
 #
 # USAGE