Changeset 354:818a787ae5f8 in freeDiameter for contrib/nightly_tests/runtests.sh
- Timestamp:
- Jun 30, 2010, 11:14:49 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/nightly_tests/runtests.sh
r352 r354 47 47 # Now, for each test in the list 48 48 for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do 49 # Create the work environment 50 mkdir $WORKDIR/$t 49 # Create the work environment if needed 50 if [ ! -d $WORKDIR/$t]; then 51 mkdir $WORKDIR/$t 52 fi 51 53 52 54 #### Create the script
Note: See TracChangeset
for help on using the changeset viewer.