Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2cb9e2ff
Commit
2cb9e2ff
authored
Apr 05, 2010
by
Kai Koehne
Browse files
QmlDesigner: Add help script to run tst_bauhaus & store results in file
parent
1a9b2dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/bauhaustests/run_test.pl
0 → 100755
View file @
2cb9e2ff
#!/usr/bin/perl
(
$second
,
$minute
,
$hour
,
$dayOfMonth
,
$month
,
$yearOffset
,
$dayOfWeek
,
$dayOfYear
,
$daylightSavings
)
=
localtime
();
$filename
=
"
$yearOffset
-
$month
-
$dayOfMonth
.log
";
system
("
git rev-parse HEAD >
$filename
");
system
("
./tst_bauhaus >
$filename
");
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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