mirror of https://github.com/sbt/sbt.git
Adjustments to test file. Scripted can't cope with empty comments
Apparently an empty comment line, meaning a single '#' on a line, cannot be fed to scripted, which will complain with an odd error message. This commit tweaks the comments in the tests/fork-parallel file so that there are no empty comment lines.
This commit is contained in:
parent
8c7f93d7a5
commit
eb0bf30712
|
|
@ -1,17 +1,13 @@
|
||||||
# The tests/fork-parallel test will currently always
|
# The tests/fork-parallel test will currently always
|
||||||
# report success when run on less than four cores,
|
# report success when run on less than four cores,
|
||||||
# rather than failing in one of the two cases as expected.
|
# rather than failing in one of the two cases as expected.
|
||||||
#
|
|
||||||
# TODO: Adjust this scripted test so that it works as
|
# TODO: Adjust this scripted test so that it works as
|
||||||
# intended on less than four cores as well.
|
# intended on less than four cores as well.
|
||||||
#
|
|
||||||
# To debug, it is possible to limit the number of cores
|
# To debug, it is possible to limit the number of cores
|
||||||
# reported to sbt, and run the test, by using:
|
# reported to sbt, and run the test, by using:
|
||||||
#
|
|
||||||
# taskset 0x00000003 sbt 'scripted tests/fork-parallel'
|
# taskset 0x00000003 sbt 'scripted tests/fork-parallel'
|
||||||
#
|
|
||||||
# See: https://github.com/sbt/sbt/issues/3545
|
# See: https://github.com/sbt/sbt/issues/3545
|
||||||
#
|
|
||||||
|
|
||||||
# This bit won't currently work when using less than four cores.
|
# This bit won't currently work when using less than four cores.
|
||||||
# > test
|
# > test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue