(u"{}:alongside-16".format(path_prefix))],
workdir,
config)
self.assert_success(pants_run)
// One artifact for guava 15 and one for guava 16
self.assertEqual(len(os.listdir(artifact_dir)), 2)
After Change
(u"{}:alongside-16".format(path_prefix)),
], workdir, config))
guava_16_base_dir = self.get_cache_subdir(cache_dir)
// the zinc compile task has the same option values in both runs, so the
// results directory should be the same
guava_16_artifact_dir = os.path.join(
guava_16_base_dir,