mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
Fix tests path
This commit is contained in:
parent
276eb13a1f
commit
b1dedd42ba
@ -3,7 +3,7 @@ import path from 'path';
|
||||
import process, { argv } from 'process';
|
||||
import { spawn } from 'child_process';
|
||||
|
||||
const testsDir = '_build/_Release/_Install';
|
||||
const testsDir = '_build/_Install';
|
||||
|
||||
const runTest = (binary) => {
|
||||
return new Promise((resolve) => {
|
||||
|
Loading…
Reference in New Issue
Block a user