Skip to content

Commit

Permalink
Merge pull request #2195 from AllenInstitute/feature/2195-prepare_for…
Browse files Browse the repository at this point in the history
…_igortest_update

Update IgorTest and required adaptations
  • Loading branch information
t-b authored Jul 23, 2024
2 parents a90ae4a + a90afb3 commit 0d42995
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion Packages/tests/Basic/UTF_Basic.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Function RunWithOpts([string testcase, string testsuite, variable allowdebug, va

// speeds up testing to start with a fresh copy
KillWindow/Z HistoryCarbonCopy
DisableDebugOutput()

if(ParamIsDefault(allowdebug))
debugMode = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Function RunWithOpts([string testcase, string testsuite, variable allowdebug, va

// speeds up testing to start with a fresh copy
KillWindow/Z HistoryCarbonCopy
DisableDebugOutput()

if(ParamIsDefault(allowdebug))
debugMode = 0
Expand Down
1 change: 0 additions & 1 deletion Packages/tests/HardwareBasic/UTF_HardwareBasic.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Function RunWithOpts([string testcase, string testsuite, variable allowdebug, va

// speeds up testing to start with a fresh copy
KillWindow/Z HistoryCarbonCopy
DisableDebugOutput()

if(ParamIsDefault(allowdebug))
debugMode = 0
Expand Down
1 change: 0 additions & 1 deletion Packages/tests/HistoricData/UTF_HistoricData.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Function RunWithOpts([string testcase, string testsuite, variable allowdebug, va

// speeds up testing to start with a fresh copy
KillWindow/Z HistoryCarbonCopy
DisableDebugOutput()

if(ParamIsDefault(allowdebug))
debugMode = 0
Expand Down
1 change: 0 additions & 1 deletion Packages/tests/PAPlot/UTF_PAPlot.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Function RunWithOpts([string testcase, string testsuite, variable allowdebug, va

// speeds up testing to start with a fresh copy
KillWindow/Z HistoryCarbonCopy
DisableDebugOutput()

if(ParamIsDefault(allowdebug))
debugMode = 0
Expand Down
3 changes: 0 additions & 3 deletions Packages/tests/UTF_HardwareHelperFunctions.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Function TEST_BEGIN_OVERRIDE(name)
WAVE wv = GetAcqStateTracking()
KillWaves wv; AbortOnRTE

// DisableDebugOutput()
// EnableDebugoutput()

// cache the version string
SVAR miesVersion = $GetMIESVersion()
string/G root:miesVersion = miesVersion
Expand Down

0 comments on commit 0d42995

Please sign in to comment.