Skip to content
Snippets Groups Projects
Commit 2cb9e2ff authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Add help script to run tst_bauhaus & store results in file

parent 1a9b2dad
No related branches found
No related tags found
No related merge requests found
#!/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");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment