~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to wrappers/numpy/test/test_adios_noxml.sh

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-12-09 15:21:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131209152131-jtd4fpmdv3xnunnm
Tags: 1.5.0-1
* New upstream.
* Standards-Version: 3.9.5
* Include latest config.{sub,guess} 
* New watch file.
* Create libadios-bin for binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
function usage {
 
4
    echo "USAGE : `basename $0`"
 
5
}
 
6
 
 
7
if [ $# -lt 1 ]  ; then
 
8
    usage
 
9
    exit 1
 
10
fi
 
11
 
 
12
SRCDIR=$1
 
13
 
 
14
PYTHONPATH=.:$PYTHONPATH python $SRCDIR/adios_noxml_test.py
 
15
exit $?