Project

General

Profile

Feature #19886 ยป 19886-prove-tests-unrun.patch

Brett Smith, 01/13/2023 12:04 AM

View differences:

lib/crunchrun/crunchrun_test.go
1724 1724
			c.Check(v["ensure_unique_name"], Equals, true)
1725 1725
			collection := v["collection"].(arvadosclient.Dict)
1726 1726
			if strings.Index(collection["name"].(string), "output") == 0 {
1727
				c.Error("found TestStdoutWithMountPointsUnderOutputDirDenormalizedManifest output")
1727 1728
				manifest := collection["manifest_text"].(string)
1728 1729

  
1729 1730
				c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
......
1768 1769
		if v["collection"] != nil {
1769 1770
			collection := v["collection"].(arvadosclient.Dict)
1770 1771
			if strings.Index(collection["name"].(string), "output") == 0 {
1772
				c.Error("found TestStdoutWithMountPointsUnderOutputDirDenormalizedManifest output")
1771 1773
				manifest := collection["manifest_text"].(string)
1772 1774

  
1773 1775
				c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
    (1-1/1)