changeset 30292:8ee507796a34

GitHub-CI: Use octave wrapper executable also on Windows. * .github/workflows/make.yaml (windows): Use the octave wrapper executable when running the test suite on Windows.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 15 Nov 2021 09:39:29 +0100
parents 9dea84c8be9e
children 1a1f3ae76e74
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Sun Nov 14 22:38:14 2021 +0100
+++ b/.github/workflows/make.yaml	Mon Nov 15 09:39:29 2021 +0100
@@ -488,7 +488,7 @@
           echo cd "%%~dp0" >> C:/msys64/usr/bin/makeinfo.bat
           echo perl "%%~n0" %%* >> C:/msys64/usr/bin/makeinfo.bat
           rem Start Octave and run test suite
-          octave-gui --eval "__run_test_suite__"
+          octave --eval "__run_test_suite__"
 
       - name: display test log
         continue-on-error: true