summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-25 09:02:17 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-25 09:02:17 +0300
commit458538055bf09428d706c7bd7b17c8a0d63d44ad (patch)
tree647ce98e1afa42868a54cc7c0181f8820a0a34b0
parent8fe0a009f52573e6b86cd9a7820965202d632a37 (diff)
downloadvmdb2-458538055bf09428d706c7bd7b17c8a0d63d44ad.tar.gz
Revert "disable test for CI"
This reverts commit 8fe0a009f52573e6b86cd9a7820965202d632a37.
-rwxr-xr-xcheck8
1 files changed, 4 insertions, 4 deletions
diff --git a/check b/check
index 5dce5d2..82d1ceb 100755
--- a/check
+++ b/check
@@ -78,7 +78,7 @@ then
panic "Documentation has steps that use code in title"
fi
-#if ! diff -u <(steps) <(steps | sort)
-#then
-# panic "Steps are not in sorted order"
-#fi
+if ! diff -u <(steps) <(steps | sort)
+then
+ panic "Steps are not in sorted order"
+fi