summaryrefslogtreecommitdiff
path: root/tests/ci-runner.el
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:25:24 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:25:24 -0700
commitf17203b32bd1ecb0d908bbf03b9239e2efde59d6 (patch)
tree67971ff0cfc50d8e22a2af94d8aee98cdfd4d262 /tests/ci-runner.el
parent42656b6d8e9d433ee9a032605755679157980365 (diff)
parent369c079498ffa28dec74a259e7acd69d09a36106 (diff)
Merge branch 'qtile'
Diffstat (limited to 'tests/ci-runner.el')
-rw-r--r--tests/ci-runner.el13
1 files changed, 4 insertions, 9 deletions
diff --git a/tests/ci-runner.el b/tests/ci-runner.el
index 5b3397f..7f41a0d 100644
--- a/tests/ci-runner.el
+++ b/tests/ci-runner.el
@@ -1,9 +1,4 @@
-(condition-case err
- (progn
- (load-file (expand-file-name "tests/ci-build.el" default-directory))
- (load-file (expand-file-name "init.el" (getenv "NIXMACS_DIR")))
- (load-file (expand-file-name "tests/ci-build-stage-two.el" default-directory))
- (kill-emacs 0))
- (error
- (princ (format "\nFATAL CI ERROR: %s\n" (error-message-string err)) 'external-debugging-output)
- (kill-emacs 1)))
+;; ci-runner.el
+(load-file (expand-file-name "tests/ci-build.el" default-directory))
+(load-file (expand-file-name "init.el" (getenv "NIXMACS_DIR")))
+(load-file (expand-file-name "tests/ci-build-stage-two.el" default-directory))