summaryrefslogtreecommitdiff
path: root/tests/ci-runner.el
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:23:16 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:23:16 -0700
commit131261c783e9a2f9a6342f7e341d5c263ce33c2d (patch)
treebc8618db69c3d12b570fc44ad243bc6003ba9049 /tests/ci-runner.el
parente759183b27e3ce30a671596421e171b4e505c1db (diff)
fix website build; add new content
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))