From cd922633b264431cc194474e9254ef8bc1ac7ba7 Mon Sep 17 00:00:00 2001 From: John Jones Date: Thu, 28 Sep 2017 17:17:33 -0500 Subject: [PATCH] Added 1 more test --- test/scripts/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/scripts/run_tests.sh b/test/scripts/run_tests.sh index 305c737..631ef69 100755 --- a/test/scripts/run_tests.sh +++ b/test/scripts/run_tests.sh @@ -4,4 +4,5 @@ ./run_test.sh test_2.sh ./run_test.sh test_3.sh ./run_test.sh test_4.sh -./run_test.sh test_5.sh \ No newline at end of file +./run_test.sh test_5.sh +./run_test.sh test_6.sh