Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
remove chutzpah test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Jan 2, 2016
1 parent 31d37ca commit 8b30dab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _goals.shade
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ default NUGET_FEED = 'https://api.nuget.org/v3/index.json'
}
}

#chutzpah-test target='test' if='Directory.Exists("test")'
#chutzpah-test target='test' if='Directory.Exists("test") && !IsLinux'
@{
var projectFiles = Files.Include("test/**/chutzpah.json").Exclude("**/bin/*/app/chutzpah.json").ToList();
Parallel.ForEach(projectFiles, projectFile => ChutzpahTest(projectFile));
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi
if test ! -d packages/Sake; then
mono .nuget/nuget.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
mono .nuget/nuget.exe install Sake -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
mono .nuget/nuget.exe install Chutzpah -ExcludeVersion -Source https://www.nuget.org/api/v2/ -Out packages
fi

if ! type dnvm > /dev/null 2>&1; then
Expand Down

0 comments on commit 8b30dab

Please sign in to comment.