Skip to content

Commit 30b0f1c

Browse files
committed
Revert "SystemTests: shuffle tests"
This reverts commit f4b3a53.
1 parent 8ed2980 commit 30b0f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/SystemTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ trait SystemTests extends AnyFunSuite, BASILTest {
5858

5959
def runTests(folder: String, conf: TestConfig): Unit = {
6060
val path = testPath + folder
61-
val programs = scala.util.Random.shuffle(getSubdirectories(path))
61+
val programs = getSubdirectories(path)
6262

6363
// get all variations of each program
6464
val testSuffix = if conf.useBAPFrontend then ":BAP" else ":GTIRB"

0 commit comments

Comments
 (0)