- Timestamp:
- 05/10/18 10:24:27 (7 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/jenkins/javascript/karma/scripts/runscript.js
r21341 r22758 4 4 }); 5 5 6 var PORT=80 81;6 var PORT=80; 7 7 var tests = []; //last test to check 8 8 … … 30 30 $('#debug').empty(); 31 31 var id = this.id.replace(/[^\d]/g, ''); 32 $.getScript(' http://localhost:'+PORT+'/test'+id+'.js', function(src, status) {32 $.getScript('../../../test/NightlyRun/test'+id+'.js', function(src, status) { 33 33 console.log('='.repeat(30)); 34 34 console.log('Status: ' + status);
Note:
See TracChangeset
for help on using the changeset viewer.