Commit 556dc191 authored by Marco Mariani's avatar Marco Mariani

fixed pbs test

parent e1d4f6d0
import os
import shutil
import sys
import tempfile
import unittest
......@@ -17,7 +18,11 @@ class PBSTest(unittest.TestCase):
'allow-hosts': '',
'develop-eggs-directory': '',
'eggs-directory': '',
'python': 'testpython',
},
'testpython': {
'executable': sys.executable,
},
'slap-connection': {
'computer-id': '',
'partition-id': '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment