# HG changeset patch # User Lucas Thompson # Date 1486638046 0 # Node ID 94bab7bfbc786fdc46e90f31e0ac04c0c592a3bf # Parent cbbc806097cff5938861c4f0826a89685f7bcd64 Run the test-suite with more verbose output. diff -r cbbc806097cf -r 94bab7bfbc78 Makefile --- a/Makefile Tue Feb 07 20:42:20 2017 +0000 +++ b/Makefile Thu Feb 09 11:00:46 2017 +0000 @@ -47,7 +47,7 @@ c++ $(CXXFLAGS) $(INCFLAGS) -c $< -o $@ test: all - bin/test-suite + bin/test-suite -s -d yes vamp-server/test.sh clean: