Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Fix interactive graph tests
Browse files Browse the repository at this point in the history
"prosoda dynamic" is "codeface dyamic" these days since
the project name changed ages ago.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@oth-regensburg.de>
  • Loading branch information
Wolfgang Mauerer committed Sep 7, 2015
1 parent 8c0967f commit 87816fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_graphs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo 'This script will serve each dynamic graph in sequence.'
echo 'Press CTRL-C to advance to the next graph; refresh the browser, and check if the graph is working'
echo
echo
for graph in $(prosoda dynamic --list | tail -n +2 | cut -b4-); do
for graph in $(codeface dynamic --list | tail -n +2 | cut -b4-); do
echo "Showing graph: $graph"
prosoda dynamic $graph
codeface dynamic $graph
done
echo 'All graphs served.'

0 comments on commit 87816fe

Please sign in to comment.