mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
14 lines
432 B
Diff
14 lines
432 B
Diff
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
|
|
|