diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-03 01:26:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-05 12:58:13 +0100 |
| commit | b30f2d94ace6bc51da8e240eeef3c4bd1157ee7f (patch) | |
| tree | efd9c67aa180b9c88e91dd837cb5426c54ab75ec | |
| parent | 2970a579fa3e3f980f8a9d0cfea44b93ca05602a (diff) | |
Fix path to Windows test runtime.
| -rw-r--r-- | run/tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests.bat b/run/tests.bat index 92030e61c..f419027bc 100644 --- a/run/tests.bat +++ b/run/tests.bat @@ -1,4 +1,4 @@ -set PATH=%PATH%;c:\users\ci\bin_v2.17.x;c:\users\ci\workspace\dcpomatic\bin;c:\users\ci\workspace\dcpomatic\lib +set PATH=%PATH%;c:\users\ci\bin_v2.18.x;c:\users\ci\workspace\dcpomatic\bin;c:\users\ci\workspace\dcpomatic\lib set DCPOMATIC_TEST_PRIVATE=c:\users\ci\dcpomatic-test-private xcopy ..\libdcp\tags build\tags\ copy ..\libdcp\ratings build\ |
