#! /bin/sh /usr/share/dpatch/dpatch-run ## no-complexity-test.dpatch by Julien Cristau ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Don't run complexity tests, they are far too fragile. @DPATCH@ diff -urNad coq~/test-suite/check coq/test-suite/check --- coq~/test-suite/check 2008-07-25 15:13:00.000000000 +0200 +++ coq/test-suite/check 2008-07-25 15:33:55.000000000 +0200 @@ -250,8 +250,8 @@ test_interactive interactive echo "Micromega tests" test_success micromega -echo "Complexity tests" -test_complexity complexity +echo "Skipping complexity tests" +#test_complexity complexity echo "Module tests" $coqtop -compile modules/Nat $coqtop -compile modules/plik