From 773fface14e04a42e94e51b57e0bb61e9c0d2e0a Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Sun, 8 Apr 2018 10:41:22 -0400 Subject: [PATCH] Make run-tests better support Allegro on Windows --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 55918d85..6549214c 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -232,7 +232,7 @@ case "$lisp" in # as the corresponding executables. the "build" executable # runs an ACL image in the current terminal instead of a # separate window, as is normal on Windows. - bcmd="${adir}/${build}.exe -I ${command}.dxl $flags" ; + bcmd="${adir}/${build}.exe -I ${adir}/${allegroName}.dxl $flags" ; fi eval="-e" ;; ccl) -- GitLab