Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
75a9df45
Commit
75a9df45
authored
Oct 16, 2020
by
Claes
Committed by
Esteban Blanc
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test programs, tzset removed
parent
102c0972
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
project/pwrtest01/src/appl/ra_cdhtest.cpp
project/pwrtest01/src/appl/ra_cdhtest.cpp
+2
-2
project/pwrtest01/src/appl/ra_gdhtest.cpp
project/pwrtest01/src/appl/ra_gdhtest.cpp
+2
-2
project/pwrtest01/src/appl/ra_nethtest.cpp
project/pwrtest01/src/appl/ra_nethtest.cpp
+2
-2
project/pwrtest01/src/appl/ra_timetest.cpp
project/pwrtest01/src/appl/ra_timetest.cpp
+2
-2
project/pwrtest01/src/appl/ra_xttscripttest.rtt_com
project/pwrtest01/src/appl/ra_xttscripttest.rtt_com
+1
-1
src/tools/docker/pwrtest02/configure_volpwrtest02.pwr_com
src/tools/docker/pwrtest02/configure_volpwrtest02.pwr_com
+1
-1
src/tools/docker/pwrtest02/wa_ldhtest.cpp
src/tools/docker/pwrtest02/wa_ldhtest.cpp
+2
-2
No files found.
project/pwrtest01/src/appl/ra_cdhtest.cpp
View file @
75a9df45
...
...
@@ -1293,8 +1293,8 @@ int main()
ra_cdhtest
cdh
;
pwr_tStatus
sts
;
setenv
(
"TZ"
,
"Europe/Stockholm"
,
1
);
tzset
();
//
setenv("TZ", "Europe/Stockholm", 1);
//
tzset();
sts
=
gdh_Init
(
"ra_cdhtest"
);
if
(
EVEN
(
sts
))
{
...
...
project/pwrtest01/src/appl/ra_gdhtest.cpp
View file @
75a9df45
...
...
@@ -3387,8 +3387,8 @@ int main()
{
ra_gdhtest
gdh
;
setenv
(
"TZ"
,
"Europe/Stockholm"
,
1
);
tzset
();
//
setenv("TZ", "Europe/Stockholm", 1);
//
tzset();
gdh
.
Init
();
gdh
.
ObjidToName
();
...
...
project/pwrtest01/src/appl/ra_nethtest.cpp
View file @
75a9df45
...
...
@@ -624,8 +624,8 @@ int main()
{
ra_nethtest
neth
;
setenv
(
"TZ"
,
"Europe/Stockholm"
,
1
);
tzset
();
//
setenv("TZ", "Europe/Stockholm", 1);
//
tzset();
neth
.
ObjidToName
();
neth
.
GetChild
();
...
...
project/pwrtest01/src/appl/ra_timetest.cpp
View file @
75a9df45
...
...
@@ -1098,8 +1098,8 @@ int main()
ra_timetest
time
;
pwr_tStatus
sts
;
setenv
(
"TZ"
,
"Europe/Stockholm"
,
1
);
tzset
();
//
setenv("TZ", "Europe/Stockholm", 1);
//
tzset();
sts
=
gdh_Init
(
"ra_timetest"
);
if
(
EVEN
(
sts
))
{
...
...
project/pwrtest01/src/appl/ra_xttscripttest.rtt_com
View file @
75a9df45
...
...
@@ -595,7 +595,7 @@ main()
int log;
verify(0);
tzset("Europe/Stockholm");
#
tzset("Europe/Stockholm");
log = tstlog_open("op-XttScript", "$pwrp_log/xttscript.tlog");
ccm_CutObjectName(log);
...
...
src/tools/docker/pwrtest02/configure_volpwrtest02.pwr_com
View file @
75a9df45
...
...
@@ -757,7 +757,7 @@ main()
verify(0);
int log;
tzset("Europe/Stockholm");
#
tzset("Europe/Stockholm");
login pwrp pwrp
log = tstlog_open("wb_build-RootVolume", "$pwrp_log/pwrtest02_rootvolume.tlog");
...
...
src/tools/docker/pwrtest02/wa_ldhtest.cpp
View file @
75a9df45
...
...
@@ -2399,8 +2399,8 @@ int main(int argc, char *argv[])
if
(
argc
>
1
)
ldh
.
vname
(
argv
[
1
]);
setenv
(
"TZ"
,
"Europe/Stockholm"
,
1
);
tzset
();
//
setenv("TZ", "Europe/Stockholm", 1);
//
tzset();
ldh
.
OpenWB
();
ldh
.
AttachVolume
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment