summaryrefslogtreecommitdiff
path: root/test/regress/run_regression.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/run_regression.py')
-rwxr-xr-xtest/regress/run_regression.py21
1 files changed, 12 insertions, 9 deletions
diff --git a/test/regress/run_regression.py b/test/regress/run_regression.py
index c212a3990..58e43df36 100755
--- a/test/regress/run_regression.py
+++ b/test/regress/run_regression.py
@@ -1,14 +1,17 @@
#!/usr/bin/env python3
-#####################
-## run_regression.py
-## Top contributors (to current version):
-## Andres Noetzli, Yoni Zohar, Mathias Preiner
-## This file is part of the CVC4 project.
-## Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
-## in the top-level source directory and their institutional affiliations.
-## All rights reserved. See the file COPYING in the top-level source
-## directory for licensing information.
+###############################################################################
+# Top contributors (to current version):
+# Andres Noetzli, Mathias Preiner, Yoni Zohar
+#
+# This file is part of the cvc5 project.
+#
+# Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+# in the top-level source directory and their institutional affiliations.
+# All rights reserved. See the file COPYING in the top-level source
+# directory for licensing information.
+# #############################################################################
##
+
"""
Runs benchmark and checks for correct exit status and output.
"""
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback