Skip to content

Commit

Permalink
don't try to run in-build selenium tests in an xterm, does no good if…
Browse files Browse the repository at this point in the history
… the make is being run from a gnome-terminal
  • Loading branch information
rbuels committed Nov 5, 2012
1 parent 84b868e commit 98b56e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile
Expand Up @@ -56,10 +56,10 @@ release-min: release-normal
$(ZIP) $(RELEASE_MIN).zip $(RELEASE_MIN)/;

release-min-test: release-min
cp -r docs tests sample_data $(RELEASE_MIN_DIR);
cp -r docs tests* sample_data $(RELEASE_MIN_DIR);
cd $(RELEASE_MIN_DIR) && ./setup.sh
cd $(RELEASE_MIN_DIR) && prove -Isrc/perl5 -r -j3
xterm -e /bin/bash -l -c "cd $(RELEASE_MIN_DIR) && JBROWSE_URL='http://localhost/jbrowse/$(RELEASE_MIN)/index.html' nosetests; echo Press any key to dismiss.; read;"
cd $(RELEASE_MIN_DIR) && JBROWSE_URL='http://localhost/jbrowse/$(RELEASE_MIN)/index.html' nosetests

bin/wig2png: src/wig2png/Makefile
$(MAKE) -C src/wig2png;
Expand Down

0 comments on commit 98b56e9

Please sign in to comment.