Changeset 2111 for box/trunk/infrastructure/buildenv-testmain-template.cpp
- Timestamp:
- 13/03/2008 21:48:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r2098 r2111 58 58 int first_fail_line; 59 59 std::string first_fail_file; 60 std::string bbackupd_args, bbstored_args, bbackupquery_args, test_args; 60 61 #ifdef WIN32 62 #define QUIET_PROCESS "-K" 63 #else 64 #define QUIET_PROCESS "" 65 #endif 66 67 std::string bbackupd_args = QUIET_PROCESS, 68 bbstored_args = QUIET_PROCESS, 69 bbackupquery_args, 70 test_args; 61 71 62 72 int filedes_open_at_beginning = -1;
Note: See TracChangeset
for help on using the changeset viewer.
