dejagnu.sh revision f81680c018729fd4499e1e200d04b48c4b90127c
1#!/bin/bash
2#
3# Copyright 2011 Google Inc. All Rights Reserved.
4# Author: kbaclawski@google.com (Krystian Baclawski)
5#
6
7export PYTHONPATH="$(pwd)"
8
9python dejagnu/main.py $@
10