Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Neon Components for OpenQA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sysadmin
Neon Components for OpenQA
Commits
23c17617
Commit
23c17617
authored
Jun 14, 2017
by
Harald Sitter
🕵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new try to fix syntax
I have no clue why it even trips up there
parent
548fceb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
neon/main.pm
neon/main.pm
+7
-3
No files found.
neon/main.pm
View file @
23c17617
...
...
@@ -33,12 +33,16 @@ my $dist = testapi::get_var("CASEDIR") . '/lib/distribution_neon.pm';
require
$dist
;
testapi::
set_distribution
(
distribution_neon
->
new
());
if
testapi::
check_var
("
INSTALLATION
")
{
autotest::
loadtest
"
tests/install_ubiquity.pm
";
}
else
{
sub
load_tests_to_run
{
for
my
$testpath
(
testapi::
get_var
("
TESTS_TO_RUN
"))
{
autotest::
loadtest
$testpath
;
}
}
if
(
testapi::
check_var
("
INSTALLATION
"))
{
autotest::
loadtest
"
tests/install_ubiquity.pm
";
}
else
{
load_tests_to_run
();
}
1
;
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