File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1242,16 +1242,13 @@ def test_from_pr_token_log(self):
12421242 fd , dummylogfn = tempfile .mkstemp (prefix = 'easybuild-dummy' , suffix = '.log' )
12431243 os .close (fd )
12441244
1245- tmpdir = tempfile .mkdtemp ()
12461245 args = [
12471246 # PR for foss/2018b, see https://github.com/easybuilders/easybuild-easyconfigs/pull/6424/files
12481247 '--from-pr=6424' ,
12491248 '--dry-run' ,
12501249 '--debug' ,
1251- #'--logtostdout',
12521250 # an argument must be specified to --robot, since easybuild-easyconfigs may not be installed
12531251 '--robot=%s' % os .path .join (os .path .dirname (__file__ ), 'easyconfigs' ),
1254- #'--unittest-file=%s' % self.logfile,
12551252 '--github-user=%s' % GITHUB_TEST_ACCOUNT , # a GitHub token should be available for this user
12561253 ]
12571254 try :
You can’t perform that action at this time.
0 commit comments