Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12597

AHKAppTests.cmd should not hardcode CDROM

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 0.4.4
    • None
    • None
    • December 2016

    Description

      @ECHO OFF
       
      set DRIVE=
      for %%X in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%X:\AHK-Tests set DRIVE=%%X)
       
      if not defined DRIVE (
          dbgprint "AHK Application testing suite not present, skipping."
          exit /b 0
      )
       
      xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* C:\ReactOS\bin
      REM Download Amine's rosautotest from svn
      dwnl http://svn.reactos.org/amine/rosautotest.exe C:\ReactOS\system32\rosautotest.exe
      dbgprint "....AHK Application testing suite added."

      Attachments

        Activity

          People

            learn_more Mark Jansen
            learn_more Mark Jansen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: