Преглед на файлове

update test file to not generate temp files in source folder

v2ray преди 10 години
родител
ревизия
a1ba0eb413
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      testing/scenarios/data/test_1_server.json
  2. 2 2
      testing/scenarios/data/test_3_client.json

+ 2 - 2
testing/scenarios/data/test_1_server.json

@@ -1,8 +1,8 @@
 {
   "port": 50001,
   "log": {
-    "access": "access.log",
-    "error": "error.log",
+    "access": "/tmp/v2ray_access.log",
+    "error": "/tmp/v2ray_error.log",
     "loglevel": "error"
   },
   "inbound": {

+ 2 - 2
testing/scenarios/data/test_3_client.json

@@ -1,8 +1,8 @@
 {
   "port": 50020,
   "log": {
-    "access": "access.log",
-    "error": "error.log",
+    "access": "/tmp/v2ray_access_1.log",
+    "error": "/tmp/v2ray_error_1.log",
     "loglevel": "error"
   },
   "inbound": {