Skip to content

Commit

Permalink
attempting to fix octave test error
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamner committed Mar 24, 2013
1 parent 76a8903 commit 6ba8258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MATLAB/run_octave_tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /usr/bin/env sh

octave -q --eval testMetrics.m
octave -q --eval testMetrics
2 changes: 1 addition & 1 deletion run_travis_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd MATLAB
yes | sudo apt-add-repository ppa:octave/stable > /dev/null
sudo apt-get -qq update
sudo apt-get -qq install octave > /dev/null
octave -q --eval setup.m
octave -q --eval setup
./run_octave_tests.sh
cd ..

Expand Down

0 comments on commit 6ba8258

Please sign in to comment.