Skip to content

Commit

Permalink
Refine check point
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Jul 23, 2020
1 parent 5043d4d commit 45dc542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/vm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ for pyver in ${TEST_VERSIONS} ; do
(cd $DIST; $PYTHON $(basename $TESTSCRIPT) >result.log 2>&1)
done

find . -name result.log | grep -Rl "Found 92 solutions"
for x in $(find . -name result.log) ; do
grep -q "Found 92 solutions" $x || echo "Failed: $x"
done

0 comments on commit 45dc542

Please sign in to comment.