blob: c845e514db95c79086e93d23339e77e106f07925 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/test/test-all.sh b/test/test-all.sh
index 2a47b21e..a45ca580 100755
--- a/test/test-all.sh
+++ b/test/test-all.sh
@@ -15,7 +15,8 @@ for script in test-*.sh; do
# Skip exclusions
if [ "$script" = "test-pre.sh" ] || \
[ "$script" = "test-post.sh" ] || \
- [ "$script" = "test-all.sh" ]; then
+ [ "$script" = "test-all.sh" ] || \
+ [ "$script" = "test-performance.sh" ]; then
continue
fi
|