Skip to content
Snippets Groups Projects
Commit 82cb0d8c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing testing of single projects

parent a59474f1
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ function test_delivery_phase1_high_scal_gpu()
delivery_phase_1_missmatch=false
delivery_phase_1_failure=false
test_version_step . $1
cd ..
}
......@@ -67,7 +66,6 @@ function test_delivery_phase1_sec_compilers()
delivery_phase_1_missmatch=false
delivery_phase_1_failure=false
test_version_step . $1
cd ..
}
function test_delivery_phase1_se_class_test()
......@@ -76,7 +74,6 @@ function test_delivery_phase1_se_class_test()
delivery_phase_1_missmatch=false
delivery_phase_1_failure=false
test_version_step . $1
cd ..
}
function test_delivery_phase1_valgrind_test()
......@@ -85,7 +82,6 @@ function test_delivery_phase1_valgrind_test()
delivery_phase_1_missmatch=false
delivery_phase_1_failure=false
test_version_step . $1
cd ..
}
function test_delivery_phase1_high_scal()
......@@ -94,7 +90,6 @@ function test_delivery_phase1_high_scal()
delivery_phase_1_missmatch=false
delivery_phase_1_failure=false
test_version_step . $1
cd ..
}
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