Summary
All testing fails due to this error:
22:18:23 + cd ./aqa-tests/TKG
22:18:23 + make genParallelList TEST=sanity.openjdk TEST_TIME=120 NUM_MACHINES=
22:18:23 "makefile", line 19: make: Dependency line needs colon or double colon operator.
22:18:23 "makefile", line 20: make: Dependency line needs colon or double colon operator.
22:18:23 "makefile", line 21: make: Dependency line needs colon or double colon operator.
Details
This happens consistently but only recently, implying a syntactic intolerance of a new machine setup.
Next step
One solution is to implement the fix found here: #621
Will raise a PR.
Summary
All testing fails due to this error:
Details
This happens consistently but only recently, implying a syntactic intolerance of a new machine setup.
Next step
One solution is to implement the fix found here: #621
Will raise a PR.