Bump
[bookreader.git] / BookReaderIA / testswarm-jquery.pl
index 7e5b247..bf33125 100755 (executable)
@@ -29,7 +29,7 @@ my $RCS_TYPE = "git";
 
 # The URL from which a copy will be checked out.
 
-my $RCS_URL = "/home/testflip/testswarm/tests/.git";
+my $RCS_URL = "/home/testflip/bookreader/.git";
 
 # The directory in which the checkouts will occur.
 
@@ -38,11 +38,11 @@ my $BASE_DIR = "/home/testflip/public_html/changeset";
 # A script tag loading in the TestSwarm injection script will
 # be added at the bottom of the <head> in the following file.
 
-my $INJECT_FILE = "test/index.html";
+my $INJECT_FILE = "BookReaderIA/test/index.html";
 
 # Any build commands that need to happen.
 
-my $BUILD = "make test";
+my $BUILD = "(cd BookReaderIA; make test)";
 
 # The name of the job that will be submitted
 # (pick a descriptive, but short, name to make it easy to search)