Skip to content

Commit

Permalink
Updated tests to provide more feedback on changes across repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSnow committed Jul 18, 2015
1 parent f85b7d1 commit 5fabb0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions all.sh
Expand Up @@ -141,27 +141,27 @@ echo "
| btcd |
+================+
"
go test ./btcd/...
go test -short ./btcd/...

echo "
+================+
| FactomCode |
+================+
"
go test ./FactomCode/...
go test -short ./FactomCode/...

echo "
+================+
| factoids |
+================+
"
go test ./factoid/...
go test -short ./factoid/...

echo "
+================+
| Factom-cli |
+================+
"
go test ./factom-cli/...
go test -short ./factom-cli/...

cd FactomCode
8 changes: 4 additions & 4 deletions tests.sh
Expand Up @@ -139,28 +139,28 @@ echo "
| btcd |
+================+
"
go test ./btcd/...
go test -short ./btcd/...

echo "
+================+
| FactomCode |
+================+
"
go test ./FactomCode/...
go test -short ./FactomCode/...

echo "
+================+
| factoids |
+================+
"
go test ./factoid/...
go test -short ./factoid/...

echo "
+================+
| Factom-cli |
+================+
"
go test ./factom-cli/...
go test -short ./factom-cli/...


cd FactomCode

0 comments on commit 5fabb0b

Please sign in to comment.