Skip to content

Commit

Permalink
Quote program when running test scene
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Nov 30, 2024
1 parent 18ca9ef commit f1a75d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-main.scm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(define (godot scene)
(let* ((program (or (getenv "GODOT") "godot"))
(cmd (format #f "~a --path demo ~a --headless --quit" program scene)))
(cmd (format #f "\"~a\" --path demo ~a --headless --quit" program scene)))
(format #t "~a~%" cmd)
(system cmd #t)))

Expand Down

0 comments on commit f1a75d3

Please sign in to comment.