Skip to content

Commit

Permalink
Re-enabling tests for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Aug 7, 2010
1 parent ef21cbf commit 0a9909f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ task Compile -depends Init {
task Test -depends Compile {
$old = pwd
cd $build_dir
# exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Tests.dll" }
# exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Scenarios.dll" }
# exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Client.Tests.dll" }
exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Tests.dll" }
exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Scenarios.dll" }
exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Client.Tests.dll" }
exec { &"$build_dir\xunit.console.exe" "$build_dir\Raven.Bundles.Tests.dll" }
cd $old
}
Expand Down

0 comments on commit 0a9909f

Please sign in to comment.