win32-vd_agent/test-shell
Frediano Ziglio 9c573c9754 Execute tests for MSYS2 build
Avoid to run executables using Wine if system is not Linux.
Use relative paths for executables as bash otherwise won't find them.
Make build.sh script fail on intermediate errors.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2025-03-04 11:07:31 +00:00

6 lines
91 B
Bash
Executable File

#!/bin/bash
WINE=wine
[ "x`uname -s`" = xLinux ] || WINE=
exec $WINE ./test-shell-win.exe