-#!/usr/bin/python
+#!/usr/bin/env python
from pprint import pprint
import random, atexit, time
-#!/usr/bin/python
+#!/usr/bin/env python
"""CaptureCmd - A generic tool for capturing information about the
invocations of another program.
-#!/usr/bin/python
+#!/usr/bin/env python
import subprocess
-#!/usr/bin/python
+#!/usr/bin/env python
import os
import re
-#!/usr/bin/python
+#!/usr/bin/env python
import os, sys, re
-#!/usr/bin/python
+#!/usr/bin/env python
"""
MultiTestRunner - Harness for running multiple tests in the simple clang style.
-#!/usr/bin/python
+#!/usr/bin/env python
# Source: http://code.activestate.com/recipes/475116/, with
# modifications by Daniel Dunbar.
-#!/usr/bin/python
+#!/usr/bin/env python
#
# TestRunner.py - This script is used to run arbitrary unit tests. Unit
# tests must contain the command used to run them in the input file, starting