update vctest
This commit is contained in:
parent
ed4bfeecee
commit
95be0e74b8
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
||||
run: ctest --output-on-failure --test-dir build
|
||||
- name: Run engine tests
|
||||
run: |
|
||||
tree build
|
||||
build/vctest/Release/vctest.exe -e build/Release/VoxelEngine.exe -d dev/tests -u build
|
||||
timeout-minutes: 1
|
||||
# - name: Package for Windows
|
||||
|
||||
@ -135,7 +135,7 @@ static bool run_test(const Config& config, const fs::path& path) {
|
||||
|
||||
auto name = path.stem();
|
||||
std::stringstream ss;
|
||||
ss << config.executable << " --headless";
|
||||
ss << fs::canonical(config.executable) << " --headless";
|
||||
ss << " --test " << path;
|
||||
ss << " --res " << config.resDir;
|
||||
ss << " --dir " << config.workingDir;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user