Skip to content

Commit

Permalink
Added reference to mask.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
crazybob committed Nov 14, 2011
1 parent 9ce61ec commit 81df00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/main/java/com/squareup/luhnybin/Main.java
Expand Up @@ -66,6 +66,9 @@ public Thread newThread(Runnable r) {
}
});

System.out.println("Running tests against mask.sh...");
System.out.println();

final LuhnyBinTests luhnyBinTests = new LuhnyBinTests();
final Process process = new ProcessBuilder("sh", "mask.sh").start();

Expand Down
Binary file modified tests/target/luhnybin-1.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 81df00a

Please sign in to comment.