mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 731450 - jstests.py needs to import subprocess.call. r=dmandelin
--HG-- extra : rebase_source : b80c2698e84b9744dbc7faeb2ce5654479f7b6d4
This commit is contained in:
parent
4c2d3b949d
commit
07a9af4322
@ -3,7 +3,7 @@
|
||||
# Test harness for JSTests, controlled by manifest files.
|
||||
|
||||
import datetime, os, sys
|
||||
from subprocess import list2cmdline
|
||||
from subprocess import list2cmdline, call
|
||||
|
||||
from results import NullTestOutput
|
||||
from tests import TestCase
|
||||
|
Loading…
Reference in New Issue
Block a user