Skip to content

v0.2.49..v0.2.50 changeset ScriptTest.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTest.h b/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
index d2c0a61..363a188 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
@@ -44,13 +44,15 @@ class ScriptTest : public CppUnit::TestCase
 {
 public:
 
-  ScriptTest(QString script, bool printDiff, int waitToFinishTime = 30000);
+  ScriptTest(QString script, bool printDiff, bool suppressFailureDetail = false,
+             int waitToFinishTime = 30000);
 
   virtual void runTest();
 
 private:
 
   bool _printDiff;
+  bool _suppressFailureDetail;
   QString _script;
   QString _stderr, _baseStderr;
   QString _stdout, _baseStdout;
Clone this wiki locally