Skip to content

Commit

Permalink
Fix a flaky test occasionaly failing in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Jun 29, 2015
1 parent 98cd2b5 commit 3ee897f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ prep:
test:
$(PIQI) to-proto piqi.piqi
protoc --cpp_out=. piqi.piqi.proto
$(MAKE) -f Makefile.cpp
$(MAKE) -f Makefile.test
#protoc --decode=piqi_org.piqi.piqi piqi.piqi.proto < piqi.piqi.pb > t.ptext
./ctest > t.ptext1
#cmp t.ptext*


clean:
rm -f piqi.piqi.* t.*
$(MAKE) -f Makefile.cpp clean
$(MAKE) -f Makefile.test clean

File renamed without changes.

0 comments on commit 3ee897f

Please sign in to comment.