Infrastructure for extracting syntax tests in separate test files.

This commit is contained in:
Daniel Kirchner
2018-03-13 11:20:11 +01:00
parent f2614be95f
commit 49eaf7c3fd
15 changed files with 387 additions and 55 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ do
log=--logger=JUNIT,test_suite,$log_directory/noopt_$vm.xml $testargs_no_opt
fi
fi
"$REPO_ROOT"/build/test/soltest $progress $log -- "$optimize" --evm-version "$vm" --ipcpath /tmp/test/geth.ipc
"$REPO_ROOT"/build/test/soltest $progress $log -- --testpath "$REPO_ROOT"/test "$optimize" --evm-version "$vm" --ipcpath /tmp/test/geth.ipc
done
done