SPEC-5070 Move ctest_scripts to scripts/ctest

* removing unused function and moving ctest_scripts to scripts/ctest

* Re-adding ebp-test

* Fixing typo that is making this test run in parallel with other tests

* Fixing hang when parameters are passed

* passing absolute path as a project

* small tweak to not print out during Python execution

* Moving the timeout to be in the build step

* Disable ebo_sanity_smoke_no_gpu

Co-authored-by: jackalbe <23512001+jackalbe@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-04-23 09:43:11 -07:00
committed by GitHub
parent 0fa00a117c
commit 1c13b301fe
15 changed files with 25 additions and 10 deletions
@@ -550,7 +550,7 @@ namespace EditorPythonBindings
}
if (appended)
{
ExecuteByString(pathAppend.c_str(), true);
ExecuteByString(pathAppend.c_str(), false);
return true;
}
return false;