File: mktest-all

package info (click to toggle)
tkrev 9.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,972 kB
  • sloc: tcl: 30,582; sh: 2,296; makefile: 22; csh: 14
file content (17 lines) | stat: -rwxr-xr-x 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/tcsh

# make tests for all VCSs
foreach vcs (rcs cvs svn git)
  ./mktest-$vcs.tcl
  #./mktest-$vcs.tcl --nobranch
  #./mktest-$vcs.tcl --nomess
end

# make a mixed-up one
rm -rf git_rcs_test
cp -r git_test_master git_rcs_test

cp -r rcs_test/RCS git_rcs_test
cp -r rcs_test/Dir1/RCS git_rcs_test/Dir1
cp -r 'rcs_test/Dir 2/RCS' 'git_rcs_test/Dir 2'