Skip to content

Commit

Permalink
run_matlab_tests now exits on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Jul 4, 2012
1 parent 81ce8de commit 7f29567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MATLAB/run_matlab_tests.sh
@@ -1,3 +1,3 @@
#! /usr/bin/env sh

matlab -nodesktop -nosplash -r testMetrics
matlab -nodesktop -nosplash -r "try, testMetrics; end; quit"

0 comments on commit 7f29567

Please sign in to comment.