~ubuntu-branches/ubuntu/wily/gluegen2/wily

« back to all changes in this revision

Viewing changes to make/scripts/runtest.sh

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-12-17 09:29:23 UTC
  • mfrom: (9.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20131217092923-19w78uqxd15jic2u
Tags: 2.1.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
#onetest com.jogamp.common.util.TestRunnableTask01 2>&1 | tee -a $LOG
96
96
#onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG
97
97
#onetest com.jogamp.common.util.TestIOUtilURICompose 2>&1 | tee -a $LOG
98
 
#onetest com.jogamp.common.util.TestIOUtilURIHandling 2>&1 | tee -a $LOG
99
 
onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG
 
98
#onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG
 
99
onetest com.jogamp.common.util.TestIOUtilURIHandling 2>&1 | tee -a $LOG
 
100
#onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG
100
101
#onetest com.jogamp.common.util.TestJarUtil 2>&1 | tee -a $LOG
101
102
#onetest com.jogamp.common.util.TestValueConversion 2>&1 | tee -a $LOG
102
103
#onetest com.jogamp.common.util.TestSyncRingBuffer01 $*