diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index fb7f4a8a465d42b4a0390d464b83b99e8465bba7..6bf463567a7a5c1ecbee4e510b2b067129074bef 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="CompilerConfiguration">
-    <bytecodeTargetLevel target="11" />
+    <bytecodeTargetLevel target="1.10" />
   </component>
 </project>
\ No newline at end of file
diff --git a/src/main/java/tester/Main.java b/src/main/java/tester/Main.java
index dd821810c9196eda2a3abf701daa128f14d8c987..1f675e9244e3e01596a5552a6e78a0819862125e 100644
--- a/src/main/java/tester/Main.java
+++ b/src/main/java/tester/Main.java
@@ -34,7 +34,7 @@ public class Main {
 
         Process proc;
         try {
-            proc = Runtime.getRuntime().exec(String.format("java -jar %s", args[0]));
+            proc = Runtime.getRuntime().exec(String.format("java -jar %s --testing", args[0]));
         } catch (Exception e) {
             System.out.print("❌ ");
             System.out.printf("Nem sikerület elindítani a folyamatot, kérlek ellenőrizd, hogy tesztelendő program tényleg itt van-e: \"%s\"\n", args[0]);
diff --git a/test.json b/test.json
deleted file mode 100644
index 498aa7e498050420a07a5fa0fd6e5bb710657ca7..0000000000000000000000000000000000000000
--- a/test.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-  "input": "asd",
-  "output": "sad",
-  "files": {
-    "oof": "foo"
-  }
-}
\ No newline at end of file