summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorAndrew Kaster <akaster@serenityos.org>2021-06-30 22:40:03 -0600
committerAndreas Kling <kling@serenityos.org>2021-07-06 17:22:45 +0200
commitd0447f23b851b8e13052a35f1cd7de5f4ab44a03 (patch)
tree020360e7c435a60a6756c1e746746ff0d3ebf968 /Base/home
parentf0d562131ffcb2d84f9f0cc32b86ab244b82d1e5 (diff)
downloadserenity-d0447f23b851b8e13052a35f1cd7de5f4ab44a03.zip
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Now that the test is converted to be LibTest based, we can remove it from the exclude list in /home/anon/.config/Tests.ini. Prior to this it would crash and fail because it was signaled instead of returning normally with exit code 0.
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/.config/Tests.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/.config/Tests.ini b/Base/home/anon/.config/Tests.ini
index f549dad980..550a26eeba 100644
--- a/Base/home/anon/.config/Tests.ini
+++ b/Base/home/anon/.config/Tests.ini
@@ -1,6 +1,6 @@
[Global]
SkipDirectories=Kernel/Legacy UserEmulator
-SkipTests=stack-smash test-web
+SkipTests=test-web
NotTestsPattern=.txt|.frm|.inc
[test-js]