--- a/tests/test-sparse-revlog.t Sun Feb 24 19:56:23 2019 +0100
+++ b/tests/test-sparse-revlog.t Sun Feb 24 19:55:20 2019 +0100
@@ -12,10 +12,22 @@
$ bundlepath="$TESTDIR/artifacts/cache/big-file-churn.hg"
$ expectedhash=`cat "$bundlepath".md5`
+
+#if slow
+
+ $ if [ ! -f "$bundlepath" ]; then
+ > "$TESTDIR"/artifacts/scripts/generate-churning-bundle.py > /dev/null
+ > fi
+
+#else
+
$ if [ ! -f "$bundlepath" ]; then
> echo 'skipped: missing artifact, run "'"$TESTDIR"'/artifacts/scripts/generate-churning-bundle.py"'
> exit 80
> fi
+
+#endif
+
$ currenthash=`f -M "$bundlepath" | cut -d = -f 2`
$ if [ "$currenthash" != "$expectedhash" ]; then
> echo 'skipped: outdated artifact, md5 "'"$currenthash"'" expected "'"$expectedhash"'" run "'"$TESTDIR"'/artifacts/scripts/generate-churning-bundle.py"'