• Dmitry Safonov's avatar
    python: specify python2 as .py interpreter · 057c3f29
    Dmitry Safonov authored
    On some distro the default python interpreter is Python 3,
    which results in such errors:
    >  Running zdtm/static/socket-tcp-closed.hook(--post-start)
    >  make[1]: Nothing to be done for default.
    >  ./socket-tcp-closed --pidfile=socket-tcp-closed.pid --outfile=socket-tcp-closed.out
    >    File "zdtm/static/socket-tcp-closed.hook", line 16
    >      except OSError, e:
    >                    ^
    >  SyntaxError: invalid syntax
    >  ######### Test zdtm/static/socket-tcp-closed FAIL at hook --post-start #########
    >  Running zdtm/static/socket-tcp-closed.hook(--clean)
    >    File "zdtm/static/socket-tcp-closed.hook", line 16
    >      except OSError, e:
    >                    ^
    >  SyntaxError: invalid syntax
    >  Traceback (most recent call last):
    >    File "zdtm.py", line 1921, in <module>
    >      do_run_test(tinfo[0], tinfo[1], tinfo[2], tinfo[3])
    >    File "zdtm.py", line 1388, in do_run_test
    >      try_run_hook(t, ["--clean"])
    >    File "zdtm.py", line 1053, in try_run_hook
    >      raise test_fail_exc("hook " + " ".join(args))
    >  __main__.test_fail_exc: <__main__.test_fail_exc instance at 0x76294468>
    Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    057c3f29
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
crit Loading commit data...
criu-coredump Loading commit data...
exec Loading commit data...
ext-links Loading commit data...
ext-tty Loading commit data...
libcriu Loading commit data...
make Loading commit data...
mem-snap Loading commit data...
mnt-ext-dev Loading commit data...
mounts Loading commit data...
overlayfs Loading commit data...
pipes Loading commit data...
rpc Loading commit data...
security Loading commit data...
socketpairs Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...