Commit graph

496 commits

Author SHA1 Message Date
Zachary Folwick 5719efe82c rename pester tests to something less redundent 2015-10-22 16:02:38 -07:00
Zach Folwick fb22eabd90 Merge pull request 204 from dev/new-alias into develop 2015-10-22 17:59:37 +00:00
Zachary Folwick 67367dd46f Added new-alias pester tests 2015-10-22 10:55:58 -07:00
Zach Folwick 534175371d Merge pull request 198 from dev/set-psdebug into develop 2015-10-22 16:33:07 +00:00
Zach Folwick 433eb157fd Merge pull request 202 from dev/set-psbreakpoint into develop 2015-10-22 16:32:54 +00:00
Zachary Folwick f55d1b3fc6 fixed typo 2015-10-22 09:27:21 -07:00
Zachary Folwick 000f73c79b added testable script for testing script calls. Currently required by set-psbreakpoint 2015-10-22 09:20:09 -07:00
Zachary Folwick 0325edc326 added set-psbreakpoint tests 2015-10-22 09:15:19 -07:00
Zach Folwick b136266816 Merge pull request 200 from dev/Pester-linux-fix into develop 2015-10-21 21:12:19 +00:00
Andy Schwartzmeyer 4ca47b3746 Merge pull request 199 from dev/move-monad into develop 2015-10-21 20:44:50 +00:00
Andrew Schwartzmeyer c0293f1175 Move monad to msostc
Run `git submodule sync` to update monad's remote.

diff --git c/.gitmodules i/.gitmodules
index 61529ee9f..3794c1aa8 100644
--- c/.gitmodules
+++ i/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "src/monad"]
 	path = src/monad
-	url = https://microsoft.visualstudio.com/DefaultCollection/PowerShell.Monad/_git/monad-sync1
+	url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad
 [submodule "ext-src/cppunit"]
 	path = ext-src/cppunit
 	url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
2015-10-21 12:37:59 -07:00
Zachary Folwick 7b3946f498 assigned TEMP environment variable when make shell 2015-10-21 10:59:53 -07:00
Zachary Folwick 44115c0763 added set-debug tests 2015-10-21 10:13:06 -07:00
Andy Schwartzmeyer dc50755f91 Merge pull request 197 from dev/repin-monad into develop 2015-10-21 16:12:39 +00:00
Andrew Schwartzmeyer 9bd75bf60c Repin monad submodule
Still on microsoft.visualstudio.com, but repinned to latest fixes on
develop branch.
2015-10-20 16:03:02 -07:00
Andy Schwartzmeyer 88aa64538a Merge pull request 196 from dev/fix-hashbang into develop 2015-10-20 22:57:42 +00:00
Andrew Schwartzmeyer 91cf0e8c76 Make runps-file to use runps-simple & script.ps1
Works much better. Removes dependency on `--file` switch in our
executable (which is not a PowerShell thing) and instead uses the
canonical method of launching a script/executable in PowerShell (the
ampersand). Coincidentally, this now makes the output not depend on a
TTY, and so `monad-run make hashbang-tests` now works as expected.
2015-10-20 15:34:21 -07:00
Andrew Schwartzmeyer aa7094bdb8 Fix bug in hashbang-tests target 2015-10-20 15:34:21 -07:00
Andy Schwartzmeyer 042f6067dc Merge pull request 195 from dev/import-csv into develop 2015-10-20 22:12:15 +00:00
Andrew Schwartzmeyer 30b2c1fe37 Fix pester-tests relative file handling
- `APP_BASE` was made into an absolute path
- `%.ps1` target now runs without `--file` but instead with `&`
- ^ also cd's into pester-tests first
2015-10-20 15:10:04 -07:00
Andrew Schwartzmeyer 67deba1a2a Rename TestAssets to assets 2015-10-20 14:55:12 -07:00
Zachary Folwick d383b83964 added line to copy TestAssets directory over to working directory used in the build process 2015-10-20 12:19:55 -07:00
Zachary Folwick 592c05c404 Added a test assets folder to contain csv/html/xml/json/etc files required for reading in 2015-10-20 12:18:43 -07:00
Zachary Folwick 5a5169ac60 Added import-csv test suite 2015-10-20 12:17:42 -07:00
Andy Schwartzmeyer 7a53bec10e Merge pull request 193 from dev/console-monad-linux into develop 2015-10-20 19:08:18 +00:00
Andy Schwartzmeyer 83bf438b17 Merge pull request 191 from dev/omi-build into develop 2015-10-20 19:05:03 +00:00
Andrew Schwartzmeyer dd9cc98b0f Repin monad-native with library refactor 2015-10-20 11:58:43 -07:00
Zachary Folwick 789275c4e4 Merge branch 'dev/console-monad-linux' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/console-monad-linux 2015-10-20 06:04:59 -07:00
Zachary Folwick ef1a397dfc removed dangling variable and cleaned up space 2015-10-20 06:02:47 -07:00
Zachary Folwick 76ed6fa106 removed dangling variable 2015-10-20 06:00:36 -07:00
Zachary Folwick 80f879e33f added functionality to get standard default command prompt 2015-10-20 05:56:06 -07:00
Andy Schwartzmeyer 0752e62be1 Merge pull request 192 from dev/Get-Random2 into develop 2015-10-20 03:25:12 +00:00
George Fleming 955a53b4bc Fix Minimum test bug 2015-10-19 17:57:19 -07:00
Andrew Schwartzmeyer 6a4a2bcf07 Teach Git to ignore indicationlog
Test output from OMI
2015-10-19 17:11:12 -07:00
Andrew Schwartzmeyer db5bf0fc14 Update omi's gitignore 2015-10-19 17:09:29 -07:00
Andrew Schwartzmeyer 8ee52313d2 Update OMI build so Make is always called 2015-10-19 17:06:16 -07:00
Paul Allen 52263aa22e Merge pull request 184 from dev/build-omi into develop 2015-10-19 22:58:48 +00:00
Paul Allen 5e9085d013 Added omi tests to master rule 2015-10-19 15:57:33 -07:00
Paul Allen 4d63ee46d8 Pick up omi fixes for options 2015-10-19 15:27:53 -07:00
Zach Folwick 9574ee1431 Merge pull request 188 from dev/export-csv2 into develop 2015-10-19 21:39:32 +00:00
Andy Schwartzmeyer 13ff064f68 Merge pull request 186 from dev/console into develop 2015-10-19 19:33:56 +00:00
Zachary Folwick 7a88888916 Added pester tests for Export-Csv cmdlet 2015-10-19 12:23:40 -07:00
Andrew Schwartzmeyer 1c067b2017 Remove Console.WriteLine(HandleControlC)
Ctrl-C works. If a command is running, it stops it and returns. If one
is not running, it seems to "suspend" the readline until enter is
pressed again.
2015-10-16 17:02:59 -07:00
Andrew Schwartzmeyer 06ea0b50c8 Remove deprecated init() function 2015-10-16 16:21:18 -07:00
Andrew Schwartzmeyer 556bdda1c7 Change console prompt 2015-10-16 16:17:44 -07:00
Zach Folwick db36a4c191 Updated Native Tests.md 2015-10-16 22:55:43 +00:00
Zach Folwick f5390e9405 Merge pull request 185 from dev/fix-parallel-build into develop 2015-10-16 22:36:27 +00:00
Andrew Schwartzmeyer a1009ffd4a Fix build of monad-native
Moved recursive make into phony target. This is okay because the called
make does not rebuild things. The calling make no longer flails about
when trying to make the three monad-native targets.
2015-10-16 14:37:46 -07:00
Andrew Schwartzmeyer 9d832b4b6d Fix TypeCatalogGen.exe dependencies
NuGet packages referenced as dependencies needed to depend on buildtemp
as well.
2015-10-16 14:37:18 -07:00
Andrew Schwartzmeyer 61222055a6 Ignore errors from clean targets 2015-10-16 12:28:59 -07:00