Changeset 6269 for branches/clusters/lib/macros/testwl.amc
- Timestamp:
- 23/11/09 08:54:41 (3 years ago)
- Files:
-
- 1 modified
-
branches/clusters/lib/macros/testwl.amc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/clusters/lib/macros/testwl.amc
r2246 r6269 5 5 $gb_main = ARB::open(":","r"); 6 6 if (! $gb_main ) { 7 $error = ARB:: get_error();8 print (" $error\n");7 $error = ARB::await_error(); 8 print ("Error: $error\n"); 9 9 exit 0; 10 10 }
