tests/test-largefiles.t
changeset 25472 4d2b9b304ad0
parent 25382 6084926366b9
child 25474 8c14f87bd0ae
equal deleted inserted replaced
25470:378a8e700e02 25472:4d2b9b304ad0
   194 #if serve
   194 #if serve
   195 Test display of largefiles in hgweb
   195 Test display of largefiles in hgweb
   196 
   196 
   197   $ hg serve -d -p $HGPORT --pid-file ../hg.pid
   197   $ hg serve -d -p $HGPORT --pid-file ../hg.pid
   198   $ cat ../hg.pid >> $DAEMON_PIDS
   198   $ cat ../hg.pid >> $DAEMON_PIDS
   199   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/?style=raw'
   199   $ get-with-headers.py 127.0.0.1:$HGPORT 'file/tip/?style=raw'
   200   200 Script output follows
   200   200 Script output follows
   201   
   201   
   202   
   202   
   203   drwxr-xr-x sub
   203   drwxr-xr-x sub
   204   -rw-r--r-- 41 large3
   204   -rw-r--r-- 41 large3
   205   -rw-r--r-- 9 normal3
   205   -rw-r--r-- 9 normal3
   206   
   206   
   207   
   207   
   208   $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw'
   208   $ get-with-headers.py 127.0.0.1:$HGPORT 'file/tip/sub/?style=raw'
   209   200 Script output follows
   209   200 Script output follows
   210   
   210   
   211   
   211   
   212   -rw-r--r-- 41 large4
   212   -rw-r--r-- 41 large4
   213   -rw-r--r-- 9 normal4
   213   -rw-r--r-- 9 normal4
   214   
   214   
   215   
   215   
   216   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
   216   $ killdaemons.py $DAEMON_PIDS
   217 #endif
   217 #endif
   218 
   218 
   219 Test archiving the various revisions.  These hit corner cases known with
   219 Test archiving the various revisions.  These hit corner cases known with
   220 archiving.
   220 archiving.
   221 
   221