Skip to content

Commit

Permalink
Run SelfTest with only 1 thread, and output plain text log.
Browse files Browse the repository at this point in the history
  • Loading branch information
master-q committed May 23, 2013
1 parent 8e48fc9 commit 2f6663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selftest/Makefile
Expand Up @@ -30,7 +30,7 @@ TempDir: TempDir.hs ../src/Support/TempDir.hs
$(HC) $(GHCOPTS) --make $< -o $@ -I../src/cbits ../src/cbits/md5sum.c ../src/StringTable/StringTable_cbits.c ../src/cbits/lookup3.c

test: all
./SelfTest
./SelfTest --plain -j 1

clean:
rm -f -- md5 sha1 TestParse cff SelfTest TempDir UnionSolve

0 comments on commit 2f6663b

Please sign in to comment.