[vmchecker-dev] VMchecker & PowerShell

Lucian Adrian Grijincu lucian.grijincu at gmail.com
Wed Mar 6 19:58:27 EET 2013


2013/3/6 Alexandru Juncu <alexj at rosedu.org>:
> Din ce mi-a zis Sergiu, nu e de la checker în sine. Adica local, merge
> rulat ok. Dar nu poate fi rulat via vmchecker.


Momentan vmchecker presupune niste cygwin si niste bash:

  https://github.com/vmchecker/vmchecker/blob/master/bin/vmchecker-vm-executor#L133

    The guest_shell must be specified in a native path style:
      - c:\cygwin\bin\bash.exe - on windows
      - /bin/bash - on UNIX.

    args = ' --login -c ' + '"chmod +x ' + executable_file + '; ' +
executable_file + '"'
    return runWithTimeout(vm, guest_shell, args, timeout)

Trebuie facute aici modificari (sa fie configurabil din fisierul de
config) sa faca altceva.

--
 .
..: Lucian


More information about the vmchecker-dev mailing list