~vpec/maus/tof_calib_read

« back to all changes in this revision

Viewing changes to tests/run_tests.bash

  • Committer: Chris Rogers
  • Date: 2012-11-08 10:56:02 UTC
  • mto: (663.23.1 _maus_merge)
  • mto: This revision was merged to the branch mainline in revision 677.
  • Revision ID: chris.rogers@stfc.ac.uk-20121108105602-qq2v7x0k3w72bqa3
Split style tests; passes everything now I think

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    exit 1
7
7
fi
8
8
 
 
9
bash ${MAUS_ROOT_DIR}/tests/style_tests.bash
 
10
if [ $? != 0 ]
 
11
then
 
12
    exit 1
 
13
fi
 
14
 
9
15
bash ${MAUS_ROOT_DIR}/tests/application_tests.bash
10
16
if [ $? != 0 ]
11
17
then