File: CleanTest.agentvm.out

package info (click to toggle)
jtreg 5.1-b01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,432 kB
  • sloc: java: 29,218; xml: 729; sh: 665; makefile: 245
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
### Section clean
cd %BUILD%/RerunTest.agentvm/work/scratch && \
rm -f %BUILD%/RerunTest.agentvm/work/classes/std/CleanTest.d/CleanTest.class

### Section clean
cd %BUILD%/RerunTest.agentvm/work/scratch && \
for f in %BUILD%/RerunTest.agentvm/work/classes/std/CleanTest.d/p/*; do
  if [ -f $f ]; then rm $f ; fi
done